body {
	background-color: #000000;
	margin:0;
	padding:0;
}


#main {
	width:784px;
	height:755px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	}



#top_img {	
	background:url(../images/top.jpg) no-repeat;	
	width:784px;
	height:144px;
	margin-bottom:5px;

	}	
	
/*-------Menu---------*/
#bar {
	background:url(../images/menu.jpg) 0 0 no-repeat;
	width:784px;
	height:51px;
	margin-bottom:5px;
	overflow:hidden;
	}

#bar ul{
	background:url(../images/menu.jpg)  no-repeat;
	margin:0 42px 0 42px;
	padding:0;
	list-style:none;
	display:block;
	width:700px;
	height:51px;
}

#bar ul li{
	background:url(../images/menu.jpg)  no-repeat;
	width:140px;
	height:51px;	
	padding: 0;
	margin: 0 0 0 0;
	text-indent:-9999px;
	outline:none;
	display:block;
	float:left;
}

#bar ul li a {
	background:url(../images/menu.jpg)  no-repeat;
	width:140px;
	height:51px;	
	padding: 0;
	margin: 0 0 0 0;
	text-indent:-9999px;
	outline:none;
	display:block;

}

#bar ul li#home a{  background-position:-42px 0;}
#bar ul li#gallery a{ background-position:-182px 0;}
#bar ul li#profile a{ background-position:-322px 0;}
#bar ul li#contact a{ background-position:-462px 0;}
#bar ul li#links a{background-position:-602px 0;}


#bar ul li#home a:hover{  background-position:-42px -51px;}
#bar ul li#gallery a:hover{ background-position:-182px -51px;}
#bar ul li#profile a:hover{ background-position:-322px -51px;}
#bar ul li#contact a:hover{ background-position:-462px -51px;}
#bar ul li#links a:hover{background-position:-602px -51px;}

#bar ul li#home{  background-position:-42px -51px;}
#bar ul li#gallery { background-position:-182px -51px;}
#bar ul li#profile{ background-position:-322px -51px;}
#bar ul li#contact { background-position:-462px -51px;}
#bar ul li#links{background-position:-602px -51px;}

/* ----End Menu--- */

#syf {
	background:url(../images/back.jpg) no-repeat;
	width:784px;
	height:490px;
	padding-top:60px;
	}

#page {
	width:668px;
	height:393px;
	margin:0 auto 0 auto;
	}

.ver12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.ver14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color:#FFFFFF;
}
.ver15{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color:#FFFFFF;
}
.ver11 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link
{
	font-family: Verdana;
	font-size: 13px;
	color:#003366;
	line-height:20px;
	text-decoration: none;
	outline:none;
}
a:visited
{
	font-family: Verdana;
	font-size: 13px;
	line-height:20px;	
	color: #2277DD;
    text-decoration: none;
	outline:none;
}
a:hover
{   
	font-family: Verdana;
	font-size: 13px;
	line-height:20px;	
	color:#CCCCCC;
    text-decoration: none;
	outline:none;
}

