body {
	background: #ffffff url(http://zooey-deschanel.net/images/v22/v22_bg.jpg) repeat-x;
	margin: 0px;
	font: 9pt Trebuchet MS;
	color: #555555;
}

/*
BASICS
*/

a {
	text-decoration: none;
	font-weight: bold;
	color: #3eafcf;
}
a:hover {
	color: #000000;
}
b, strong {
	color: #000000;
}
em, i, u {
	color: #0a4f62;
}
a img {
	border: 5px solid #dbdbdb;
}
a:hover img {
	border: 5px solid #c0c0c0;
}
table, tr, td {
	font: 9pt Trebuchet MS;
}

/*
SIDE BAR
*/

#sideBar {
	background: #ffffff url(http://zooey-deschanel.net/images/v22/v22_04.jpg) no-repeat;
	width: 309px;
	height: 100%;
	vertical-align: top;
	padding-top: 365px;
}
#sideBar h2, #sideBar h1{
	background: #3eafcf;
	font: 9pt Trebuchet MS;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffffff;
	margin: 0px 0px 15px 0px;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
#sideBar div.main {
	margin: 0px 15px 20px 0px;
}
#sideBar div.mainText {
	text-align: justify;
}
#sideBar span.navLinks {
	font: 8pt Arial;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	display: block;
	background: #e4e4e4;
	border: 1px solid #d3d3d3;
	padding: 5px;
	margin-bottom: 2px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	letter-spacing: 1px;
}
#sideBar span.navLinks a {
	color: #000000;
}
#sideBar span.navLinks a:hover {
	color: #4b9daf;
}
#sideBar a {
	color: #000000;
}
#sideBar a:hover, #sideBar b {
	color: #3eafcf;
}
#sideBar a img, #sideBar a:hover img {
	border-width: 2px;
}

/*
CONTENT'S BODY
*/

#contentsBody div.welcome {
	background: #3eafcf;
	color: #ffffff;
	padding: 10px;
	font-weight: bold;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: justify;
}

#contentsBody {
	background: #ffffff url(http://zooey-deschanel.net/images/v22/v22_05.jpg) repeat-y;
	width: 615px;
	height: 100%;
	vertical-align: top;
}
#contentsBody h2, #contentsBody h1 {
	background: #cecece;
	font: 9pt Trebuchet MS;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000000;
	margin: 0px 0px 15px 0px;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
#contentsBody div.main {
	margin: 0px 0px 30px 15px;
}
#contentsBody div.mainText {
	text-align: justify;
}
#contentsBody span.entryInfo {
	background: #e9e9e9;
	border: 1px solid #c7c7c7;
	font: 7pt Arial;
	font-weight: bold;
	margin-right: 2px;
	padding: 5px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
#contentsBody span.entryInfo a {
	color: #000000;
}
#contentsBody span.entryInfo a:hover {
	color: #3eafcf;
}
#contentsBody blockquote {
	border-left: 5px solid #cecece;
	padding: 5px;
	color: #464646;
}
#contentsBody textarea, #contentsBody input, #contentsBody select, #contentsBody button {
	background: #ffffff;
	border: 1px solid #c1e3ed;
	font: 9pt Trebuchet MS;
	padding: 5px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #464646;
}

/*
LAYOUT
*/

#ad {
	background: urk(http://zooey-deschanel.net/images/v22/v22_01.jpg) no-repeat;
	width: 968px;
	height: 100px;
	vertical-align: middle;
	text-align: center;
}
#left {
	background: #ffffff;
	width: 44px;
	height: 100%;
}