
/*
* {
zoom: 1;
}
*/
body {
	padding:				0px;
	margin:					0px;
	background-color:		#5D5A5A;
    font-family:			Verdana, Arial, sans-serif;
    font-size:				0.9em;
}
a, a:link, a:visited {
	color: #cd0000;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a#bigger_text {
	font-size:				1em;
}
a#smaller_text {
	font-size:				0.8em;
}
div {
	background-color:		#fff;
}
img {
	margin:					10px;
}
/*h1 {
	margin:					10px 0px;
	padding:				0px 0px;
}*/
h2, h3, h4, h5
{
	margin:					5px 0px;
	padding:				0px 0px;

}
/*p {
	margin:					0px 0px;
	padding:				0px 0px;
	
}*/
ul, ol {
	line-height:			1.1em;
	list-style-type: 		disc;
	list-style-position: 	outside;
	text-indent: 20px;
}
div#page {
	 margin: 				0px 4%;
	 background-color:		#fff;
}
div#header, div#footer {
	background-color:		#fcecf4;
    padding:				0px 10px;
}
div#header {
    padding-bottom:			5px;
	padding-top:			150px;
	height:					30px;
	
	color:					#300;
	background-color: 		#fcecf4;
	
	background-image: 		url("../images/logo.png");
	background-repeat: 		no-repeat;
	border-bottom:			1px solid #777;
	
	font:					25px Verdana;
	text-align:				left;
	font-weight:			bold;
	
	overflow:				hidden;
}
div#menu {
	background-color:		#fcecf4;
	display:				block;
	float:					left;
	width:					150px;
	height:					254px;
	padding:				20px;
	margin: 				10px;
	line-height:			1.5em;
	
}

div#content {
	display:				block;
	background-color:		#fff;
	color:					#000;
	border-left:			1px solid #eee;
	border-right:			1px solid #eee;
	padding:				15px;
	margin: 				0px;
	overflow:				auto;
	height:1%;
}
div#inlinefooter {
	padding:				10px;
	text-align:				center;
	clear:					left;
}
div#footer {
	font-size:				0.8em;
    padding-top:			4px;
	clear:					both;
}
div#credits {
	padding:				1px;
	text-align:				right;
	font-size:				9px;
	clear:					both;
}
.grey {
	color:					#888;
	font-weight:			normal;
}


/* Nifty corners */
b.rtop, b.rbottom {
	display:				block;
	background: 			#5D5A5A;
}
b.rtop b, b.rbottom b {
	display:				block;
	height:					1px;
    overflow: 				hidden;
    background:				#fcecf4;
}
b.r1{ margin: 0 5px; }
b.r2{ margin: 0 3px; }
b.r3{ margin: 0 2px; }
b.rtop b.r4, b.rbottom b.r4 {
	margin:					0 1px;
	height:					2px;
}