body {
	background: #ffffff url(http://robert-pattinson.net/images/layout/v9_bg.jpg) repeat-x;
	margin: 0px;
	font: 9pt Trebuchet MS;
	color: #666666;
}

/*
BASICS
*/

a {
	text-decoration: none;
	font-weight: bold;
	color: #ee9f60;
}
a:hover {
	color: #000000;
}
b, strong {
	color: #e57216;
}
em, u, i {
	color: #000000;
}
a img {
	border: 5px solid #dbdbdb;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
a:hover img {
	border: 5px solid #c1c1c1;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
table, tr, td {
	font: 9pt Trebuchet MS;
}
textarea, input, select, button {
	background: #ffffff;
	border: 1px solid #ee9f60;
	font: 9pt Trebuchet MS;
	color: #000000;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
blockquote {
	background: #ffffff;
	border: 1px solid #b2b2b2;
	text-align: justify;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*
SIDE BAR CSS
*/

#sideBar {
	background: #ffffff url(http://robert-pattinson.net/images/layout/v9_04.jpg) no-repeat;
	width: 273px;
	height: 100%;
	vertical-align: top;
	padding-top: 460px;
}
#sideBar h1 {
	background: #e57216;
	font: 9pt Trebuchet MS;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px 0px 15px 0px;
	color: #ffffff;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
#sideBar div.main {
	margin: 0px 14px 20px 0px;
}
#sideBar div.text {
	text-align: justify;
}
#sideBar a {
	color: #000000;
}
#sideBar a:hover {
	color: #ee9f60;
}
#sideBar a img {
	border: 1px solid #ee9f60;
}
#sideBar a:hover img {
	border: 1px solid #000000;
}
#sideBar span.navLinks {
	font: 8pt Arial;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	
}
#sideBar span.navLinks a {
	font: 8pt Arial;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #e3e3e3;
	padding: 5px;
	display: block;
	color: #e67a24;
	margin: 0px 0px 1px 0px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
#sideBar span.navLinks a:hover {
	background: #e67a24;
	color: #ffffff;
}
/*
CONTENTS BODY
*/

#contentsBody {
	background: #ffffff url(http://robert-pattinson.net/images/layout/v9_05.jpg) repeat-y;
	width: 580px;
	height: 100%;
	vertical-align: top;
}
#contentsBody h1 {
	background: #dedede;
	font: 9pt Trebuchet MS;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px 0px 15px 0px;
	color: #000000;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
#contentsBody div.main {
	margin: 0px 0px 30px 14px;
}
#contentsBody div.text {
	text-align: justify;
}
#contentsBody p.entryInfo {
	border-top: 1px dotted #ee9f60;
	color: #999999;
	margin: 20px 0px;
	padding: 10px 0px;
}
#contentsBody div.welcome {
	background: #e57216;
	font-weight: bold;
	text-align: justify;
	color: #ffffff;
	padding: 15px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*
LAYOUT
*/

#ad {
	background: url(http://robert-pattinson.net/images/layout/v9_01.jpg) no-repeat;
	width: 890px;
	height: 100px;
	vertical-align: middle;
	text-align: center;
}
#left {
	background: url(http://robert-pattinson.net/images/layout/v9_03.jpg) no-repeat;
	width: 37px;
	height: 100%;
	vertical-align: top;
}
