body
{
	position: relative;
}

img 
{
	border: none;
}

table
{
	margin: 0px 0px 18px 30px;
	width: 300px !important;
}

td
{
	vertical-align: top;
}

.photo 
{
	float: left;
	margin: 0px 0px 18px 30px;	
	border: solid 5px #ffffff;
}

.photo img
{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#photos
{
	margin: 0px;
	padding: 0px 25px 0px 0px;
	overflow: auto;
}
 
.hidden 
{
	display: none;
}

#header 
{
	position: relative;
	height: 130px;
	overflow: hidden;
}

#header-left
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 350px;
	height: 130px;
}

#header-right
{
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #ececec;
	width: 320px;
	height: 100px;
	padding: 30px 30px 0 0;
}

#header-right p
{
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	color: #222762;
}

#header-right a
{
	color: #222762;
	text-decoration: none;
}

#secondary-header
{
	position: relative;
	border-top: solid 10px #121212;
	height: 169px;
}

#secondary-header-left
{
	top: 0px;
	right: 350px;
	left: 0px;
	background-image: url(secondary-header-left.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 169px;
	position: absolute;
}

#secondary-header-right
{
	width: 350px;
	top: 0px;
	right: 0px;
	background-image: url(secondary-header-right.jpg);
	background-repeat: center center;
	height: 169px;
	position: absolute;
}

#menu
{
	height: 32px;
	padding: 18px 30px 0 30px;
	background-color: #121212;
	font-size: 14px;
}

#menu ul li
{
	display: inline;
	margin: 0 20px 0 0;
}

#menu ul li a
{
	color: #d18700;
	text-decoration: none;
	text-transform: lowercase;
}

#menu ul li.selected a
{
	color: #ffffff;
}

#content 
{
	position: relative;
	overflow: auto;
	background-image: url(content-right-background.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#content a:link, #content a:visited
{
	color: #d18700;
	text-decoration: underline;
}

#content a:link:hover, #content a:visited:hover
{
	color: #303030;
	text-decoration: underline;
}

#content-left h1, #content-right h1
{
	color: #303030;
	font-size: 24px;
	margin: 30px;
	font-weight: normal;
}

#content-left h2, #content-right h2
{
	color: #222761;
	font-size: 18px;
	margin: 0px 30px 0px 30px;
	font-weight: normal;
	line-height: 24px;
}

#content-left h3, #content-right h3
{
	color: #303030;
	font-size: 12px;
	margin: 0px 30px 0px 30px;
	font-weight: bold;
	line-height: 18px;
}

#content-left p, #content-right p
{
	color: #303030;
	font-size: 12px;
	margin: 0px 30px 18px 30px;
	line-height: 18px;
}

#content-left ol, #content-right ol
{
	margin: 0px 30px 18px 30px;
	list-style-type: decimal;
	list-style-position: outside;
}

#content-left ul, #content-right ul
{
	margin: 0px 30px 18px 30px;
	list-style-type: square;
	list-style-position: outside;
}

#content-left li, #content-right li
{
	color: #303030;
	font-size: 12px;
	margin: 0px 30px 9px 30px;
	line-height: 18px;
}

#content-left 
{
	background-color: #ececec;
	float: left;
	margin-right: 350px;
	overflow: auto;
}

#content-right 
{
	width: 350px;
	float: right;
	margin-left: -350px;
	padding-top: 30px;
}

#footer
{
	height: 70px;
	background-color: #121212;
	position: relative;
}

#footer p
{
	color: #ffffff;
	font-size: 10px;
	position: absolute;
	top: 30px;
	left: 30px;
	right: 30px;
}

#footer a
{
	color: #ffffff;
}


#name 
{
	width: 280px;
	margin: 0px;
	padding: 5px;
	background-color: #ececec;
	color: #121212;
	font-size: 14px;
	border: none;
}

#comment 
{
	width: 280px;
	height: 130px;
	margin: 0px;
	padding: 5px;
	background-color: #ececec;
	color: #121212;
	font-size: 14px;
	border: none;
}

#submit
{
	background-color: #121212;
	border: none;
	float: right;
	margin: 0px;
	padding: 3px 10px 3px 10px;
	color: #d18700;
	font-size: 14px;
	cursor: pointer;
	text-transform: lowercase;
}

.even {
	text-align: right;
	margin-left: 20px;
}

.odd {
	text-align: left;
	margin-right: 20px;
}

img.emoticon
{
	vertical-align: middle !important;
}
