html{
	width: 100%;
	height:100%;
}

body{
	width:100%;
	height:100%;
	font-size:12px;
	font-family:Verdana;
	color:#fff;
	
}


body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
margin: 0;
padding: 0;
}

h1 {
	color: red;
	font-size:12px;
        margin-bottom:15px;
}

h2 {
	color: #44474b;
	font-size:12px;
}

h3 {
	color: #6d6f71;
	font-size:12px;
        margin-top:10px;
        margin-bottom:3px;
}

a {
	color:#fff;
	text-decoration:none;
}

a:hover{
	color: #ccc;
	text-decoration:none;
}

p{
	color:#6d6f71;
}


#container{
	margin:auto;
	width:800px;
	height:333px;
	padding-top:100px;		
}

#nav {
	float:left;
	background: red;	
	width:800px;
	height:22px;
}
#main{
	float:left;	
	width:800px;
}

#mainleft{
	float:left;
	width: 280px;
        height:350px;
        padding-top:25px;
       /* background-image:url('/catalog/images/rm_logo.gif');
        background-repeat:no-repeat;*/
}

#mainright{
	float:right;
	padding-top:16px;
	width: 475px;
}

.bodytext{padding:15px; border:1px #cccccc solid; text-align: justify;}

#bottom {
        margin-top:15px;
        font-size:75%;
	float:left;
	clear:both;
	width:800px;
	height:22px;
        background: #6d6f71;
}

ul
{
	position:relative;	
	left:25px;
	text-align:left;
	top:3px;
	padding: 0;
	list-style-type: none;	
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 0;

}

ul.bottomul{left:15px;}

li
{
	display: inline;
	text-align:left;
	list-style-type:none;
	padding-right: 34px;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 0;
}
