body {
background: #272727;
padding: 20px;
margin: 0px;
}


div, p, form, input, h2 {
padding: 0px;
margin: 0px;
border: none;
}

h2 {
background: #fff url(content/arrow.jpg) 0px 6px no-repeat;
padding: 0px 0px 0px 25px;
font-size: 20px;
margin: 45px 0px 10px 5px;
}

a IMG, a:visted IMG, a:hover IMG {
border: 2px solid #000;
}

a, a:visited {
color: #00f;
}

/*
#
# BUILDING THE LAYOUT
#
*/



#container {
width: 1000px;
background: #bbb;
margin: 20px auto;
padding: 5px;
}

#content {
border: 1px solid #999;
background: #fff;
padding: 5px;
min-height: 400px;
}

#contentheader {
height: 100px;
background: #fff url(content/logo.jpg) no-repeat;
border-bottom: 6px solid #ddd;
margin: 5px 10px;
padding-bottom: 5px;
}

#addbox {
float: right;
width: 400px;
height: 85px;
margin-right: 20px;
margin-top: 5px;
text-align: center;
}

#addboxcontent {
padding-right: 30px;
}

#addboxcontent p {
font-weight: bold;
font-size: 12px;
font-family: Verdana;
margin: 3px;
}

#addboxcontent p.small {
font-weight: normal;
font-size: 7px;
text-transform: uppercase;
font-family: Arial;
margin: 3px;
}

#navbar {
height: 50px;
margin: 0px auto;
width: 975px;
}

#nav_wrap {
width: 100%;
height: 50px;
background: url('content/nav.center.jpg') repeat-x;
}

#nav_left {
width: 13px;
height: 50px;
background: url('content/nav.left.jpg') no-repeat;
float: left;
}

#nav_center {
width: 95%;
float: left;
}

#nav_right {
width: 13px;
height: 50px;
background: url('content/nav.right.jpg') no-repeat;
float: right;
}

#page_nav_left {
	text-align: left;
	float: left;
}

#page_nav_right {
	text-align: right;
	float: right;
}

.page_list {
	padding: 15px 0px 5px 0px;
	margin: 0px;
}

.page_list li {
	display: inline;
	list-style-type: none;
	color: #fff;
	font-size: 12px;
	margin: 0px 4px 0px 2px;
	text-transform: uppercase;
	font-family: Verdana;
}

.page_list a, #page_nav .page_list a:visited {
	padding: 8px 5px 8px 5px;
	text-decoration: none;
	color: #fff;
}

.page_list li a:hover {
	color: #fff;
	text-decoration: underline;
}


#reviews {
float: left;
width: 600px;
padding-left: 10px;
}

#reviews p {
font-family: 'Verdana';
font-weight: normal;
font-size: 14px;
line-height: 20px;
margin: 25px 8px 0px 0px;
color: #222;
}

#reviews p.textlink {
text-align: center;
}

#reviews p.textlink a, #reviews p.textlink a:visited {
font-size: 18px;
font-weight: bold;
}

#reviews p.textlink a:hover {
color: #f33;
}

#reviews p.meta {
font-weight: normal;
font-size: 10px;
text-transform: uppercase;
font-family: Arial;
margin: 10px 8px;
color: #777;
}

#sidebar {
float: right;
width: 300px;
border-left: 2px solid #ddd;
min-height: 600px;
margin-right: 30px;
padding-left: 5px;
}

#sidebar p {
font-family: 'Verdana';
font-weight: normal;
font-size: 12px;
line-height: 20px;
margin: 25px 8px 0px 0px;
color: #222;
}

#sidebar ul li {
text-transform: uppercase;
color: #000;
font-size: 10px;
font-family: Verdana;

}

#footer {
width: 750px;
margin: 40px auto;
border-top: 6px solid #ddd;
}

#footer p {
text-align: center;
font-family: 'Verdana';
font-weight: normal;
font-size: 12px;
line-height: 20px;
color: #222;
}

/*
#
#Global classes
#
*/

.clear {
clear: both;
}