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

body { background: #fefefe url(images/bg.jpg) repeat-x; margin: 0; font-size: 16px; }

h1 { font-size: 15px; margin-bottom: 5px; margin-top: 0px; }

#wrap { width: 1022px; margin: 0 auto; background: #ebebec url(images/wrap_bg.jpg) repeat-y; border: 1px solid #c2c2c2; }

#header { border: solid 1px #c2c2c2; }

#footer { height: 32px; background: url(images/header_bg.jpg) repeat-x; border: 1px solid #c2c2c2; }

#logo { height: 136px; width: 341px; float: left; }

#title { height: 96px; width: 679px; float: left; }

#navigation {
	height: 40px;
	width: 679px;
	float: left;
}

.nav_square {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-right: 10px;
	font-size: 14px;
}
.nav_square a:link { text-decoration: none; color: #FFFFFF; }
.nav_square a:visited { text-decoration: none; color: #FFFFFF; }
.nav_square a:hover { text-decoration: underline; color: #FFFFFF; }
.nav_square a:active { text-decoration: none; color: #FFFFFF; }

#lines { border: 1px solid #bcbcbc; }

#column_l { width: 715px; float: left; padding-left: 15px; padding-top: 12px; padding-bottom: 12px; }

#column_r { width: 290px; float: left; padding-top: 12px; padding-bottom: 12px; }

#contact { font-family: Geneva, Arial, Helvetica, sans-serif; color: #2c3252; padding: 10px; }
#contact a:link {
	text-decoration: none;
	color: #0066CC;
	font-weight: bold;
}
#contact a:visited {
	text-decoration: none;
	color: #0066CC;
}
#contact a:hover {
	text-decoration: underline;
	color: #0066CC;
}
#contact a:active { text-decoration: none; color: #2c3252; }

.content {  background: #eaeaeb url(images/watermark.jpg) no-repeat; color: #373737; width: 580px; padding-left: 100px; padding-right: 20px; font-family: Geneva, Arial, Helvetica, sans-serif; padding-top: 13px; padding-bottom: 13px; font-size: 13px; border: 1px solid #c2c2c2; text-align: justify; } 
.content a:link { text-decoration: underline; color: #373737; }
.content a:visited { text-decoration: underline; color: #373737; }
.content a:hover { text-decoration: underline; color: #373737; }
.content a:active { text-decoration: none; color: #373737; }

.line { height: 1px; background: #c2c2c2; clear: both; }

.dotted { margin: 10px; border: 1px dotted #c0c0c0; padding: 10px; background: #f4f4f4; }

.solid { margin: 0px; border: 1px solid #c0c0c0; padding: 10px; background: #E5E5E5; }
