@charset "UTF-8";
/* CSS Document */

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1em;
	color:#FFF;
	text-align:center;
	margin:auto;
	background:url(../img/bg.gif) repeat;
}

p {
	
}

a{
	color:#CCC;
}

h1 {
	font-size:1.2em;
	margin:0;
	padding:0;
}

#wraper {
	text-align:center;
	margin:auto;
	
}

#container {
	margin:10px auto;
	border:10px solid #CCC;
	width:780px;
	background-color:#4b9c9d;
	min-height:770px;
	padding:10px;
}

#header  {
	background-color:#3b616b;
	width:780px;
	float:left;
}

#header ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:780px;
}

#header li {
	float:left;
	margin:0 5px 0 5px;
	padding:10px;
	font-size:0.8em;
}

#header li a {
	color:#fff;
	font-weight:bold;
}

#header li a:hover {
	color:#4b9c9d;
	text-decoration:none;
}

#header li:hover {
	border-bottom:3px solid #333;
}

#header .active {
		border-bottom:3px solid #333;
}

#header .active a {
	color:#4b9c9d;
	text-decoration:none;
}

#content {

	width:780px;
}

.left {
	width:490px;
	float:left;
}

.left-home {
	border-top:5px solid #3b616b;
}

.right {
	width:250px;
	float:right;
	min-height:504px;
	background:url(../img/right-bg-image.jpg);
	text-align:left;
	padding:190px 20px 0 20px;
	font-size:0.8em;
	line-height:1.5em;
	text-align:justify;
}

#footer {
	margin-top:0px;
	clear:both;
	width:760px;
	padding:10px;
	text-align:left;
	font-size:0.8em;
}

.content {
	background-color:#FFF;
	color:#000;
	text-align:left;
	padding:20px;
	width:448px;
	min-height:654px;
	font-size:0.8em;
	border:1px solid #3b616b;
	border-top:5px solid #3b616b;
}

.content h1 {
	color:#4b9c9d;
}

.content h2 {
	font-size:1.0em;
	color:#3b616b;
}

form label {
	display:block;
	min-height:40px;
	padding:10px 0;
	border-bottom:1px dotted #CCC;
}

form .button {
	font-size:1.4em;
	display:block;
	background:url(../img/button-submit.gif);
	width:195px;
	height:48px;
	display:inline;
	text-indent:-9999px;
	border:none;
}

.white-link:link {
	color:#FFF;
}

hr {
	height:1px;
	margin:10px 0;
	padding:0;
	color:#CCC;

}

.note {
	font-size:0.7em;
	font-weight:bold;
	color:#900;
	padding:0;
	margin:0;
}

.gallery img {
	padding-right:40px;
}

.gallery .noBorder {
	padding:0;
}

