body {
	background-image:url('./images/background.jpg');
	background-repeat:repeat-x;
	background-color:#52b3e9;
	font-family:"Trebuchet MS",Verdana,san-serif;
	color:#76777c;
	font-size:12px;
	margin:0; padding:0;
	text-align:left;
}
#container{
	position:relative;
	width:931px;
	left:50%;
	margin-left:-465px;
}
#header {
	width:931px;
	height:123px;
	background-image:url('./images/header.jpg');
	background-repeat:no-repeat;
}
#middle {
	width:931px;
	background-image:url('./images/middle.jpg');
	background-repeat:repeat-y;
	text-align:left;
}
#content {
	width:580px;
	margin-left:25px;
	clear:both;
	float:left;
}
#footer {
	width:931px;
	height:29px;
	background-image:url('./images/footer.jpg');
	background-repeat:no-repeat;
}
#copyright {
	color:#ffffff;
	text-align:center;
	font-size:80%;
}
.menu {
	background-image:url('./images/button-01.jpg');
	background-repeat:no-repeat;
	width:158px;
	height:50px;
	/*margin-top:50px;*/
	float:left;
	text-align:center;
	position:relative;
	top:50px;
	padding-top:34px;
}
.menu:hover {
	background-image:url('./images/button-02.jpg');
	font-size:150%;
	padding-top:20px;
}
.menu a{
	color:#ffffff;
	text-decoration:none;
	font-size:120%;
	color:#4599cb;
}
#collumn {
	float:right;
	margin-right:20px;
	width:288px;
}
#cl {
	background-image:url('./images/cl.jpg');
	background-repeat:no-repeat;
	width:288px;
	height:123px;
	color:#ffffff;
	padding-top:38px;
	padding-left:20px;
}
#cl table{
	float:right;
}
.input {
	margin-right:50px;
	font-size:80%;
	color:#52b4e9;
	border:1px solid #52b4e9;
}
.submit_login {
	background-image:url('./images/login.jpg');
	background-repeat:no-repeat;
	border:0px solid #000000;
	background-color:none;
	width:113px;
	height:28px;
	cursor:pointer;
	float:right;
	margin-right:47px;
}
p {
	color:#76777c;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:20px;
}
h1 {
	font-family:Helvetica,Arial,san-serif;
	color:#52b4e9;
	font-weight:normal;
	font-size:150%;
	margin-bottom:0px;
	border-bottom:1px dashed #52b4e9;
}
.contact_tab {
	margin-left:20px;
}
.contact_tab a{
	text-decoration:none;
	color:#76777c;
}
.contact_tab tr{
	vertical-align:top;
}
.folio_box{
	background-image:url('./images/folio_box.jpg');
	background-repeat:no-repeat;
	width:281px;
	height:301px;
	float:left;
	margin-right:9px;
	margin-bottom:9px;
	color:#ffffff;
}
.fb_img{
	text-align:center;
}
.fb_name{
	font-family:Helvetica,Arial,san-serif;
	color:#ffffff;
	font-size:140%;
	margin-top:18px;
	margin-left:10px;
	margin-bottom:10px;
	border-bottom:1px dashed #ffffff;
	width:253px;
	font-weight:bold;
}
.fb_about{
	margin-left:10px;
	width:264px;
	height:100px;
	overflow:auto;
	font-size:90%;
}
.fb_link{
	margin-left:10px;
	color:#ffffff;
	border-top:1px solid #ffffff;
	width:255px;
	padding-top:4px;
}
.fb_link a{
	text-decoration:none;
	color:#ffffff;
}
