html{
margin: 0px;
padding: 0px;
border: 0;
height: 100%;
background: url(images/newback.gif);
background-position:center;
}

body{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	height: 100%;
	color: #333;
	width: 600px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	line-height: 18px;
}

h1{
	font-size: 100%;
	font-family: Arial, Sans-Serif;	
	color: #880c0f;
}
	
#bottommenu{
	text-align:center;
	}		
	
#wrapper{
width: 618px;
height: 100%;
margin: 0;
padding: 0;
background: url(images/back1.gif);
}

#topleft{
width: 9px;
height: 100%;
float: left;
margin: 0;  
padding: 0;
}

#topright{
width: 9px;
height: 100%;
float: right;
margin: 0;
padding: 0;
}

#upperwrapper{
width: 600px;
height: 131px;
float: left;
margin: 0;
padding: 0;
background-color: #996600;
}

#maincontent{
width: 421px;
height: 500px;
float: left;
margin: 0px;
padding: 10px;
background-color: #ffffff;
background: #fff url(images/main_back.gif) repeat-y top left;
}

/* LINKS */

a.rdc:link {color: #880c0f; text-decoration: none}
a.rdc:visited {color: #880c0f; text-decoration: none}
a.rdc:hover {text-decoration: underline}
{text-align: center}

/* MENU ITEMS */

#rightmenu {
width: 159px;
float: right;
text-align: center;
margin-top: 5px;
padding: 0;
background-color: #880c0f;
}


#navigation {   
        height: 24px;
}

ul.navigation {
        padding: 0px;
        margin-top: auto;        
        float: left;
}

ul.navigation li {
        list-style-type: none;
        float: left;
}

ul.navigation li a {
        height: 24px;
        float: left;
}

ul.navigation li a:hover {
        background-position: 0px -24px;
}

li.agencies a {
        width: 159px;
        background-image: url(images/menu/m1.gif);
        background-repeat: no-repeat;
}

li.marketers a {
        width: 159px;
        background-image: url(images/menu/m2.gif);
        background-repeat: no-repeat;
}

li.client a {
        width: 159px;
        background-image: url(images/menu/m3.gif);
        background-repeat: no-repeat;
}

li.studies a {
        width: 159px;
        background-image: url(images/menu/m4.gif);
        background-repeat: no-repeat;
}

li.background a {
        width: 159px;
        background-image: url(images/menu/m5.gif);
        background-repeat: no-repeat;
}

li.philosophy a {
        width: 159px;
        background-image: url(images/menu/m6.gif);
        background-repeat: no-repeat;
}

li.home a {
        width: 159px;
        background-image: url(images/menu/m7.gif);
        background-repeat: no-repeat;
}

li.agencies a span, li.marketers a span, li.client a span, li.studies a span, li.background a span, li.philosophy a span, li.home a span { display: none; }
