body {  
	background: #626f80;
	text-align: justify; 
	color: #1a1f1f;
	font: 8pt "Trebuchet Ms", Sans-serif;
}



h3 {
	color: #1a1f1f;
	font: 10pt Georgia, serif;
	letter-spacing: 0px;
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 25px;
}

img {
	border: 0;
}


/* Links */

a:link, a:visited {
	text-decoration: underline;
	color: #5D5F47;
}
a:hover, a:active {
	background-color: #CFD0C2; 
	color: #666;
}


/* Other */

input, textarea, select {
	border : 1px solid #b7babe; 
	padding : 1px;
	margin : 2px;
	background-color: #ffffff; 
	font : 11px "Trebuchet Ms", sans-serif;
	color: #666; 
} 
textarea, select {
	width : 90%; 
}
blockquote {
	border-left: 3px solid #b7babe;
	font-size : 10px; 
	margin: 0 10px 0 60px;
	padding-left: 5px;
	font-style: italic;
	line-height: 10pt;
}
p {
	margin: 15px 0;
	text-align: justify;
}

ul{
	margin: 15px 0;
	padding-left: 30px;
}

/* Layout */

#layout {
	width: 520px; 
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: #ffffff url(/romanovs/images/layoutbg.gif);
	background-repeat: repeat-y;
}

#container {
	width: 520px; 
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background: #ffffff url(/romanovs/images/layoutbg.gif);
	background-repeat: repeat-y;
}

#leftside {
	width: 180px; 
	padding: 0px;
	float: left;
	background: transparent url(/romanovs/images/menubg.gif) repeat-y;
}

#leftheader { 
	width: 180px; 
	height: 198px;
	float: left;
	background: transparent url(/romanovs/images/leftheader.gif) no-repeat;
}

#menu { 
	width: 180px; 
	height: 298px;
	padding: 0px 0px 30px 0px;
	background: url(/romanovs/images/menubg.gif) repeat-y;
	text-align: center;
}

#menu a {
	padding: 0px 0px 0px 0px;
	display: block;
	overflow: hidden;
	color: #1a1f1f;
}

#menu a:hover, #menu a:active {
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

#rightside {
	width: 340px; 
	padding: 0px;
	float: left; 
	background: transparent url(/romanovs/images/contentbg.gif) repeat-y;
}

#rightheader { 
	width: 340px; 
	height: 108px;
	float: left;
	background: transparent url(/romanovs/images/rightheader.gif) no-repeat;
}	

#content {
	width: 340px; 
	float: left;
	background: transparent url(/romanovs/images/contentbg.gif) repeat-y;
}

#contenttext {
	padding: 30px 0px 0px 10px;
	text-align: justify;
	line-height: 13pt;
	width: 254px;
	height: 276px; 
	float: left;
	overflow: auto;
	background: transparent url(/romanovs/images/contentbg.gif) repeat-y;
}

#footer { 
	width: 520px;
	height: 258px;
	float: left;
	background: transparent url(/romanovs/images/footer.gif) no-repeat;
}

#menu ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 20px 50px;
	border: none;
	}
#menu li {
	border-bottom: 1px solid #ebbf53;
	margin: 0;
	}
#menu li a {
	display: block;
	padding: 2px;
	background-color: #b7babe;
	color: #1a1f1f;
	text-decoration: none;
	width: 80px;
	border-bottom: 1px solid #ebbf53;
	}
html>body #menu li a {
	width: 85px;
	}
#menu li a:hover {
	padding: 2px;
	width: 80px;
	background-color: #8e98a5;
	border-bottom: 1px solid #ebbf53;
	}
 