/* CSS Document */
/* 
    Document   : style
    Created on : Oct 10, 2011, 3:54:13 PM
    Author     : count
    Description:
        Purpose of the stylesheet follows.
*/


@import "menu.css"; /* Mostly just text styling. */
/*@import "general.css";*/
body {
 /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background:#def url(/img/brick.jpg);
	font-size:12px;
}
img{border:none}
#footer{background:#555 url(/img/pic2.jpg) repeat-y -39px;
	line-height:20px;color:#fff; font-size:12px; text-align:center}
#author, #author a:link{color: #fff; text-decoration:none; margin:0 20px}
#content img{float:right}
#content span {padding:10px; width:350px; display:list-block; border:2px ridge; line-height:20px;  float:right; margin-top:10px;}
a#login{color:#fff; float:right; line-height:24px; padding:0 10px; text-decoration:none; font-weight:bold}
#content{padding:0 20px 20px 20px; background:#FFF; text-align:left; vertical-align:top}
#content span h4{margin:0; padding:0}
#main-layout {
	
	margin:0px auto;
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0;
	border:0px dashed #333;
	background:url(/img/pic2.jpg) repeat-y -10px #FFF;
}

/*

div#logo{
	background:url(/img/logo.jpg) center;
	height:80px;
	display:block;
	margin-bottom:55px;
}



.body-side{
	width:742px;
	height:640px;
	display:inline-block;
	background:#FFF;
	
	
}

.body-side .languageList img{height:22px; float:right; margin:5px 3px; border:none}
.banner1{
background:url(/img/pic1.jpg) left top no-repeat;
width:inherit;
height:212px;
}
div.body-side span{padding:0 10px; display:block}
