body{
	text-align:center;
	font-family:Tahoma;
	font-size:14px;
}

label{
	display:inline-block;
	float:left;
	width:80px;
	padding-top:8px;
	font-family:Tahoma;
	font-size:14px;
}

#main{
	width:800px;
	margin:0 auto;

}
#menu{
	margin:0 auto;
	width:800px;
	height:390px;
}

#flashcontent p{
	text-align:center;
	padding-top:150px;
}

#cont{
	background-image:url('/webroot/images/piece.png');
	background-repeat:repeat-y;
	min-height:200px;
	padding:0px 25px;
	padding-bottom:10px;
	overflow:hidden;

}

#top{
	background-image:url('/webroot/images/top.png');
	background-repeat:no-repeat;
	height:10px;
	overflow:hidden;

}

#foot{
background-image:url("/webroot/images/foot.png");
background-repeat:no-repeat;
color:#202020;
font-family:Tahoma;
font-size:9px;
height:15px;
padding-right:10px;
padding-top:10px;
text-align:right;

}

#pop_tech{
	background-image:url('/webroot/images/pop_tech.png');
	background-repeat:no-repeat;
	width:120px;
	height:90px;
	z-index:2;
	position:fixed;
	display:none;
	height:65px;
	left:451px;
	position:absolute;
	top:381px;
	width:132px;
	z-index:2;
	text-align:left;
	padding-top:2px;
}

#pop_tech a{
	color:#e5e5e5;
	display:inline-block;
	font-family:Tahoma;
	font-size:14px;
	text-decoration:none;
	margin:3px 0px;
	line-height:14px;
	margin-left:2px;
}

#pop_tech a:hover{
	color:white;
}

h2{
	background-image:url('/webroot/images/arrow.png');
	height:28px;
	padding-left:30px;
	background-repeat:no-repeat;
	font-family:Lucida Bright;
	font-size:24px;
	color:#2b6cab;
	text-align:left;
}

p, ul, .news{
	text-align:justify;
	font-family:Tahoma;
	font-size:14px;
	line-height:24px;
	margin-bottom:10px;
	color:#131313;

}

.imgRight{
	float:right;
	margin:6px;
	margin-right:0px;
}

ul{
	list-style-type:disc;
	text-align:left;
	margin-left:20px;
}

ul a{
	color:#131313;
	text-decoration:none;
}

ul a:hover, #edit_info:hover{
	text-decoration:underline;
}

h3{
	font-family:Lucida Bright;
	text-align:left;
	font-weight:bold;
	text-decoration:underline;
	color:#131313;
	margin-top:15px;
	margin-bottom:5px;
	
}

.news{
	border-bottom:1px dots black;
	
}

#mail{
	
	width:500px;
}


form{
	text-align:left;
}
input, select{
	margin:3px;
	width:300px;
	border:1px solid black;
}

textarea{
	width:400px;
	height:300px;
	margin-left:3px;
	border:1px solid black;
}

#mail .submit{
	text-align:right;
	padding-right:15px;
}



#mail .submit input, #login_form .submit input{
	width:80px;
}

#result{
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	
}


#cont a{
	color:black;
	text-decoration:none;
}

#cont a:hover{
	text-decoration:underline;
}




