/* Structure Divs */
body {background:#FCFDEB url("/malefex/newsite/images/greysilkasp.jpg") repeat-y; text-align:center}
.menu{width:150px; padding:5px;  float:left;}
.content{ width:500px; padding:10px; text-align:left;float:left;}


/* Font settings */

a {
	color : #000000;
	text-decoration : underline;
}
a:hover {
	color : #999999;
	text-decoration : none;
}
a:visted {
	color : #666666;
	text-decoration : underline;
}
.text {
	font-family : "Times New Roman", Times, serif;
	font-size : 16;
	font-weight : normal;
	color: #000000;
}

#bottom a: {
	color : #000000;
	font-family : "Times New Roman", Times, serif;
	font-variant : small-caps;
	font-weight : bold;
	background-color : #EEEEEE;
	border : thick groove #999999;
	text-decoration:none;
}
#bottom a:hover{
	color : #666666;
	font-family : "Times New Roman", Times, serif;
	font-variant : small-caps;
	font-weight : bold;
	background-color : #FFFFFF;
	border : thin groove #999999;
}
#bottom a:active{
	color : #666666;
	font-family : "Times New Roman", Times, serif;
	font-variant : small-caps;
	font-weight : bold;
	background-color : #FFFFFF;
	border : thick groove #999999;
}
.bottom{
	color : #000000;
	font-family : "Times New Roman", Times, serif;
	font-variant : small-caps;
	font-weight : bold;
	background-color : #EEEEEE;
	border : thin groove #999999;
}

.copyright { 
	font-face:Arial, Helvetica,sans-serif;
	font-size:70%;
	text-align:right;
	margin-top:10px;
	}
	
h2 {
	font-face:Arial, Helvetica,sans-serif;
	font-weight:bold;
	font-size:140%;
	text-align:center;
	margin-bottom:5px;
}

h3 {
	font-face:Arial, Helvetica,sans-serif;
	font-weight:bold;
	font-size:110%;
	text-align:center;
	margin-bottom:5px;
}

.reviewlist li{margin-bottom:3px;}
