
/* CSS rules common to entire site
**********************************/

/* Element Defaults
*******************/
a:link, a:visited
{
	text-decoration: none;
	color: #3d81c3;
}

a:hover
{
	text-decoration: underline;
}

body
{
	background: #e7e7e7;
	color: black;
	font: normal 12px 'Helvetica Neue', 'Century Gothic', 'Arial', 'sans-serif';
	text-align: center;
	margin: 0px;
}

h1
{
	color: #969696;
	font: normal 39px 'Helvetica Neue', 'Century Gothic', 'Arial', 'sans-serif';
	margin: 0px 0px 50px 0px;
	letter-spacing: 0.1em;
	text-transform: lowercase;
}

h2
{
	font: normal 18px 'Helvetica Neue', 'Century Gothic', 'Arial', 'sans-serif';
	color: #444;
	margin: 20px 0px 0px 0px;
}

h3
{
}

h4
{
}

h5
{
}

h6
{
}

img
{
	border: none;
	display: inline;
}

p
{
	color: #555;
	font-size: 16px;
	margin: 10px 50px 10px 0px;
	line-height: 25px;
}

td
{
	vertical-align: top;
	margin: 0px;
}

table
{
	margin-bottom: 25px;
}

/* Classes
**********/
.block
{
	display: block;
}

.page-img
{
	float: left;
	margin: 0px 10px 0px 0px;	
}

.title
{
	font: italic 14px 'Helvetica Neue', 'Century Gothic', 'Arial', 'sans-serif';
	color: #555;
	margin: 0px 0px 0px 0px;
}

.artwork
{
	background: url(/images/layout/aom-background.png) bottom right no-repeat;
	padding: 8px 15px 15px 5px;	
}

/* Layout defaults
******************/
#wrap
{
	background: url(/images/layout/wrap-background.png) top center repeat-y;
	width: 965px;
	margin: 0px auto 0px auto;
	text-align: left;
	padding-top: 75px;
}

#header
{
}

#leftside
{
	float: left;
	width: 265px;
	height: 590px;
	margin-left: 15px;
	background: url(/images/layout/leftside-background.png) top right no-repeat;
}

#leftside-home
{
	float: left;
	width: 230px;
	height: 590px;
	margin-left: 15px;
}

#page-home
{
	margin: 15px 50px 0px 250px;
}

#page
{
	margin: 15px 50px 0px 300px;
}

#footer
{
	color: #969696;
	font-size: 11px;
	letter-spacing: 0.04em;
	clear: left;
	margin: 100px 25px 0px 300px;
	padding-bottom: 200px;
}



