/* body, backgrounds, blahblahblah */

html,body {
	margin:0;
	padding:0;
	background-color: #000;
}

*{
	margin:0;
	padding:0;
	font-family: "Milo" "Verdana";
	color:gray;
	font-size: 11px;
}

.MailPressFormEmail {
	width: 80%;
}

p {
	font-family: Tahoma;
	color: white;
	font-size: 11px;
}

p.italic {
	font-style:italic;
	color: white;
	font-size: 11px;
}

p.oblique {
	font-style:oblique;
	color: white;
	font-size: 11px;
}

#wrapper {
	margin-top:100px;
	width:100%;
}

#nav{
	text-align:left;
	margin-left:45px;	
}

#home{
	width: 62px;
	height: 25px;
	font-size: 0px;
	cursor: pointer;
	display:inline-table;
	background-image: url('/images/homewt.png');
	background-repeat: no-repeat;
}

#home:hover{
	background-image: url('/images/homeog.png');
	background-repeat: no-repeat;
}


#tour{
	width: 53px;
	height: 25px;
	font-size: 0px;
	cursor: pointer;
	display:inline-table;
	background-image: url('/images/tourwt.png');
	background-repeat: no-repeat;
}

#tour:hover{
	background-image: url('/images/tourog.png');
	background-repeat: no-repeat;
}

#press{
	width: 63px;
	height: 25px;
	font-size: 0px;
	cursor: pointer;
	display:inline-table;
	background-image: url('/images/pressphotoswt.png');
	background-repeat: no-repeat;
}

#press:hover{
	background-image: url('/images/pressphotosog.png');
	background-repeat: no-repeat;
}

#blog{
	width: 54px;
	height: 25px;
	font-size: 0px;
	cursor: pointer;
	display:inline-table;
	background-image: url('/images/blogwt.png');
	background-repeat: no-repeat;
}

#blog:hover{
	background-image: url('/images/blogog.png');
	background-repeat: no-repeat;
}

#merch{
	width: 77px;
	height: 25px;
	font-size: 0px;
	cursor: pointer;
	display:inline-table;
	background-image: url('/images/merchwt.png');
	background-repeat: no-repeat;
}

#merch:hover{
	background-image: url('/images/merchog.png');
	background-repeat: no-repeat;
}

#contact{
	width: 135px;
	height: 25px;
	font-size: 0px;
	cursor: pointer;
	display:inline-table;
	background-image: url('/images/contactwt.png');
	background-repeat: no-repeat;
}

#contact:hover{
	background-image: url('/images/contactog.png');
	background-repeat: no-repeat;
}

#left-content {
	float:left;
	height:525px;
	width:511px;
	margin-left:5px;
	margin-top:-3px;
	background-image:url('http://www.nathanielrateliff.com/wp-content/uploads/2010/03/cover-sm2.jpg');
        background-repeat:no-repeat;
        background-position:right; 

}

#left-content-home {
	float:left;
	height:525px;
	width:511px;
	margin-left:5px;
	margin-top:-3px;
	background-image:url('http://www.nathanielrateliff.com/wp-content/uploads/2010/03/cover-sm2.jpg');
        background-repeat:no-repeat;
        background-position:right; 

}

#left-content-tour {
	float:left;
	height:525px;
	width:511px;
	margin-left:5px;
	margin-top:-3px;
	background-image:url('http://www.nathanielrateliff.com/wp-content/uploads/2010/03/cover-sm2.jpg');
        background-repeat:no-repeat;
        background-position:right; 

}

#left-content-contact {
	float:left;
	height:525px;
	width:511px;
	margin-left:5px;
	margin-top:-3px;
	background-image:url('http://www.nathanielrateliff.com/wp-content/uploads/2010/03/cover-sm2.jpg');
        background-repeat:no-repeat;
        background-position:right; 

}

#left-content-merch {
	float:left;
	height:525px;
	width:511px;
	margin-left:5px;
	margin-top:-3px;
	background-image:url('http://www.nathanielrateliff.com/wp-content/uploads/2010/03/cover-sm2.jpg');
        background-repeat:no-repeat;
        background-position:right; 

}

#left-content-blog {
	float:left;
	height:525px;
	width:511px;
	margin-left:5px;
	margin-top:-3px;
	background-image:url('http://www.nathanielrateliff.com/wp-content/uploads/2010/03/cover-sm2.jpg');
        background-repeat:no-repeat;
        background-position:right; 

}

#left-content-press {
	float:left;
	height:525px;
	width:511px;
	margin-left:5px;
	margin-top:-3px;
	background-image:url('http://www.nathanielrateliff.com/wp-content/uploads/2010/03/cover-sm2.jpg');
        background-repeat:no-repeat;
        background-position:right; 

}

#right-content {
	height:525px;
	margin-left: 450px;
	background-color: black;
}

#main-content {
	padding-top: 12px;
	height:430px;
	overflow-y:auto;
	padding-left:20px;
}

#sidebar {
	width:130px;
	height:415px;
	float:right;
	padding-right: 5px;
	text-align: center;
}

/* fontstuffs */

img{
	border:0px;
}


a {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #ffa200;
	text-decoration: none;
}



