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

.h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:20px;
	text-align:center;
}

.border {
	border:#000 solid 2px;
	text-align:center;
	vertical-align:middle;
}

.pb {
	border:#FFB7B7 solid 2px;
}

body {
	background:url(bgw.png) repeat #969;
}

#container {
	width:940px;
	height:auto;
	padding-top:20px;
	margin-top:-15px;
	margin-bottom:-15px;
	overflow:hidden;
	background-image:url(images/bg.png);
	background-position:center;
	background-repeat:repeat;

}

#wrapper {
	width:928px;
	height:auto;
	overflow:hidden;
}

#header {
	width:950px;
	height:150px;
	text-align:center;
	background:url(images/sissys.png) center no-repeat #FFF;
	border-top:#000 solid 5px;
	border-bottom:#000 solid 5px;
}

#l_emb {
	float:left;
	width:62px;
	height:550px;

}

#main {
	width:800px;
	background:#FFF;
	border:#000 solid 2px;
	padding-bottom: 20px;
	float:left;
}

#menu {
	width:800px;
	height:60px;
	padding-top:15px;
}

#cont {
	width:740px;
	padding:30px;
}

#cont_left {
	width:340px;
	padding:30px;
	float:left;
}

.p1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:15px;
	text-align:left;
}

.p3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	text-align:left;
}

#cont_right {
	width:340px;
	padding:30px;
	float:right;
}

#r_emb {
	float:right;
	width:62px;
	height:550px;

}

#footer {
	clear:both;
	width:800px;
	height:40px;
	text-align:center;
}

.p2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:12px;
	text-align:center;
}


#space {
	clear:both;
	height:20px;
}

a:link {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#333;
		text-decoration:none;
}

a:visited {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#333;
		text-decoration:none;
}

a:hover {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#F66;
		text-decoration:none;
}

a:active {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#F66;
		text-decoration:none;
}
