body, html {	font-family: 'Times New Roman'; margin:0; padding:0; color:#FFFFFF; font-size:18px; width:100%; height:100%; 
}
form {margin:0px;  padding:0px;
}
img {border:0px
}
a {
	color: #0190ff;
	font-size:20px;
	text-decoration:underline;
	outline:none;
}
a:hover {text-decoration:none;
}
#wrap { width:100%; height: 100%; text-align:center; margin:0px auto;
}
body { background-image:url(../images/background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#big_title{ padding-top: 20px;
	padding-bottom: 20px;
}
#nav { padding-bottom:19px;
}
#nav a { font-size:22px; width:100%; display:block; color:#000000; text-align:center; 
	background:linear-gradient(#0079FF, #00A0FF); -webkit-border-radius: 100%/50%; -moz-border-radius: 100%/50%; border-radius:100%/50%; 
	text-transform:uppercase; line-height:22px; padding:8px 0 7px 0; text-decoration:none !important; font-weight: bold;
}
#nav a:hover, #nav a.current {  background:linear-gradient(#950000, #F80000); text-decoration:none;
}
h1 { 
	padding:20px 0;
	margin:0;
	font-size:30px;
	color:#FFFFFF;
	text-decoration: underline;
	line-height:22px;
}
#content { 
	margin-top:15px;
	margin-left: 20px;
	margin-right: 20px;
	background:url(../images/content_bg.png) repeat left top;
	padding:0 121px 27px 121px;
}
#content p { 
	margin:0;
	padding:0 0 10px 0;
}
#content img{
	float: left;
	margin-left: -80px;
	width:401px; 
	height: 216px;
	padding:0 21px 20px 0
}
.title { font-weight:bold; color:#0190ff; padding-bottom:8px; text-decoration:underline; font-size: 20px;
}
#footer { padding:12px 0 0 20px;
	padding-bottom: 8px;
}
