h2,h3{
margin:0;
padding:0;
letter-spacing:-1px;
font-size:14;
text-transform:uppercase;
color: #999999;
}

h4{
margin:0;
padding:0;
letter-spacing:-1px;
font-size:14px;
text-transform:uppercase;
color: #B10A2E;
}

html, body {
	margin: 0;
	padding: 0;
        background-color: #000000;
}



#container {
	width: 776px;
	position: relative;
	margin: auto;
	clear: both;
	margin-bottom: auto;
}

#singleleftheader {
	float: left;
	width: 538px;
	height: 100px;
	background-repeat: no-repeat;
	border-right-style: none;
	background-position: top;
	margin-top: 12px;
	clear: both;
	background-image: url(images/voguelogo.jpg);
}

#leftheader {
	float: left;
	width: 538px;
	background-image: url(images/header2.jpg);
	height: 472px;
	background-repeat: no-repeat;
	border-right-style: none;
	background-position: right;
	margin-top: 12px;
	clear: both;
}

#mainleftheader {
	float: left;
	width: 538px;
	height: 472px;
	
	clear: both;
}

#rightheader {
	width: 230px;
	float: right;
	background-color: #000000;
	background-position: top;
	border-left-color: #FFFFFF;
	border-left-style: groove;
	height: 100%;
	padding-top: 0px;


}
.background {
	background-color: #000000;
}
#text {
	color: #FFFFFF;
	float: left;
	width: 500px;
	bottom: auto;
	font-family: "Trebuchet MS";
	font-size: 13px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
        list-style:none;
}

#sidetext {
	color: #FFFFFF;
	float: left;
	list-style:none;
	bottom: auto;
	font-family: "Trebuchet MS";
	font-size: 13px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}


#container #rightheader #menu li {
	text-decoration: none;  
	background-image: url(/images/voguebutton.jpg);
	height: 35px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	text-align: left;
	font-size: 14px;
	padding-top: 10px;
	text-indent: 15px;
	list-style-type: none;
	display: block;
	background-position: center center;
	font-style: normal;
	margin-left: -27px;
}

a {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #FFFFFF;
        list-style:none;
}
a:link {
	text-decoration: none;
        list-style:none;
}
a:visited {
	text-decoration: none;
        list-style:none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #999999;
        list-style:none;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
        list-style:none;
}

#container #rightheader #menu {
	padding: 20px;
}
#footer {
	width: 776px;
	clear: both;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #CCCCCC;
	text-align: center;
	white-space: nowrap;
	border-top-color: #FFFFFF;
	border-top-style: groove;
}
#clearfix {
	clear: both;
}



