﻿@charset "utf-8";
/* CSS Document */

/*@import "reset.css";*/
img{
	border:0px red none;
}
a{
text-decoration: underline;
color:#1c356e;
}

html {
	background: #0099FF url(photosss/grass_repeat.png) repeat-y 170px;
}

body {
	padding: 0px;
	padding-top:12px;
	margin:0px;
	font:Arial, Helvetica, sans-serif;
	color:#1c356e;
	background-color: #0099FF;
}

p {
	padding:0px;
	margin:0px;
	line-height:16px;
	color: #1c356e;
}

#banner {
	margin-left:auto;
	width:380px;
	padding-right:240px;
}

#white_inner {
	background: #0099FF url(photosss/cloud_cross.png) no-repeat;/*#ccffff*/
	margin:0px auto 0px auto;
	position:relative;
	right:70px;
	padding: 5px 0px 0px 0px;
	width:1000px;
}
#white_inner_mid {
	background: #0099FF url(photosss/cross1.png) 142px 0px repeat-y;/*#ccffff*/
	margin:0px auto 0px auto;
	position:relative;
	right:70px;
	padding: 0px 0px 0px 0px;
	width:1000px;
}
.block_container {
	line-height:5px;
	margin:0px auto;
	padding-right:70px;
}

.white_block {
	margin: 0px -12px 0px auto;
	width: 699px;
	padding: 10px 20px 5px 20px;
	background-color:#FFF;
}
	
.glow:hover {
	background-color: #FFC218;
}
	
#footer {
	text-align:center;
	clear:both;
	margin-left:auto;
	padding-bottom:20px;
	padding-right:68px;
	width:720px;
	font-size:10px;
	line-height:18px;
}

#footer hr{
	height: 1px;
	width: 718px;
	margin:0px auto;
	color:#a7a9ac;
 }

#grass {
	background:url(photosss/grassBIG.png) no-repeat bottom;
	margin-left:auto;
	height:80px;
	width:900px;
}

#grass_repeat {
	background:url(photosss/grass_repeat.png) repeat-y;
	right:2px;
	position:relative;
}

#back_top {
	background: transparent url(photosss/back_top.png) no-repeat;
	background-position: 174px 0px;
	height:16px;
}

.back_mid {
	background: transparent url(photosss/back_mid.png) right repeat-y;
	background-position: 174px 0px;
}

#back_bot {
	background: transparent url(photosss/back_bot.png) right no-repeat;
	height:16px;
	background-position: 174px 0px;	
}
