@charset "utf-8";
/* CSS Document */




/*-----------------------------------------------Common---------------------------------------*/

body
{
	background-image:url(../img/cloud_bg.png);
	background-repeat:no-repeat;
	background-color:#5a79ce;
	margin:0px auto;
}


#text_left
{
	width:380px;
	height:266px;
	float:left;
}

#text_right
{
	width:220px;
	height:266px;
	float:right;
	border-left: 1px solid #CCC;
	
}

#mainwrapper
{
	width:670px;
	height:600px;
	background-color:#f5f5f5;
	margin:0px auto;
}

#head
{
	width:670px;
	height:294px;
	background-image: url(../img/header.png);
}

#left_head
{
	width:480px;
	height:294px;
	float:left;
}

#left_head_space
{
	width:480px;
	height:105px;
}


#slideshow_hold
{
	width:360px;
	height:180px;
	float:right;
}

#right_head
{
	width:145px;
	height:294px;
	float:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

#right_head_space
{
	width:145px;
	height:110px;
}



#container_space
{
	width:670px;
	height:40px;
}

#container
{
	width:640px;
	height:266px;
	float:right;
	
}

#text_in_container
{
	width:620px;
	height:306px;
	color:#757070;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
  
}

.rub
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#6686df;
}


#footer
{
	width:670px;
	height:120px;
	background-image: url(../img/footer.png);
	margin:0px auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

#footer_space
{
	width:670px;
	height:103px;

}

#footer_email
{
	width:670px;
	height:17px;
	text-align:center;
}

a:link { text-decoration: none; color: #666; border:0px;}
a:visited{ text-decoration: none; color:#666; border:0px;}
a:active{ text-decoration: none; color:#666;}
a:hover{ text-decoration: underline; color:#6686df;}
