/* CSS Document */

a, a:active {
	outline:none;
}

a {
	color:#CDCDCD;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

.font_header {
	color:#0066FF;
	font-size:22px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.font_content {
	color:#87A8F5;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
}
	
body {
	background-color:#7C94E4;
	background-image:url(../imgs/body_bg.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	font-family:Verdana, Sans-Serif;
	font-size:14px;
}

.header {
	background:url(../imgs/header.jpg) no-repeat left top;
	width:920px;
	height:212px;
}

.navbar {
	background-color:#1F355F;
	float:left;
	width:220px;
}

.button {
	text-align:center;
}

.navbar .button a{
	display:block;
	width:220px;
	height:30px;
	background-image:url(../imgs/button_up.gif);
	background-repeat:repeat-x;
	background-position:left;
	background-position:bottom;
	font-size:14px;
	color:#999999;
	font:Verdana, Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	font-weight:bold;
	pading:6px;
}

.navbar .button a:hover{
	display:block;
	background-image:url(../imgs/button_over.gif);
	background-repeat:repeat-x;
	background-position:left;
	background-position:bottom;
}

.main {
	background-color:#2D4B86;
	float:right;
	width:690px;
	background-image:url(../imgs/main_bg.jpg);
	background-repeat:no-repeat;
}

#galleryimg {
	border:medium;
	border-color:#0066CC;
	border-style:double;
	width:180px;
	height:150px;
	margin:10px;
}