@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

body{
	background-color:#000000;
	margin:10px 0 20px 0;
}

h1{
	font-size:30px;
	color:#ffffff;
	margin:10px 0;
	font-weight:normal;
}

h2{
	font-size:20px;
	color:#ffffff;
	margin:10px 0;
	font-style:italic;
	font-weight:normal;
}

h3{
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	margin:10px 0;
}

p, li, td{
	color:#ffffff;
	font-size:13px;
	line-height:18px;
	margin:10px 0;
}

table{
	border-collapse:collapse;
}

td{
	vertical-align:top;
	padding:3px 5px;
}

a{
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
}
a:link{
}
a:visited{
}
a:hover{
	text-decoration:none;
	color:#FFFF00;
}
a:active{
}

ul{
	margin:0 0 0 20px;
	padding:0 0 0 10px;
}

li{
	margin:3px 0;
}

#container{
	position:relative;
	width:1000px;
	margin:0 auto;
	padding:370px 0 1px 0;
}

#logo{
	position:absolute;
	top:0;
	left:10px;
	width:447px;
	height:159px;
}

#content{
	position:relative;
	margin:0px 0 50px 200px;
	background-color:#50080f;
	width:685px;
	padding:20px 20px 20px 90px;
}

.corner{
	position:absolute;
	background-repeat:no-repeat;
	width:11px;
	height:11px;
}

#c1{
	top:0;
	left:0;
	background-image:url(images/corners_01.gif);
}
#c2{
	top:0;
	right:0;
	background-image:url(images/corners_02.gif);
}
#c3{
	bottom:0;
	left:0;
	background-image:url(images/corners_03.gif);
}
#c4{
	bottom:0;
	right:0;
	background-image:url(images/corners_04.gif);
}

#menu{
	position:absolute;
	top:200px;
	left:-10px;
/*	background-image:url(images/menuBg.png);
	background-repeat:no-repeat;*/
	width:271px;
	height:497px;
/*	padding:20px 0 0 20px;*/
}

#menu ul {
	background-image:url(images/menuBg.png);
	background-repeat:no-repeat;
	width:100%;
	height:497px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:20px 0 0 20px;
	margin:0;
}
#menu li {
	margin:40px 0;
	width:240px;
	line-height:15px;
}
#menu li a {
	text-decoration:none;
	color:#AAAAAA;
	display:block;
	font-size:30px;
	letter-spacing:-2px;
	font-style:italic;
	font-weight:bold;
	padding:5px;
	position:relative;
}

#menu li a:hover {
	color:#FFFFFF;
	text-decoration:none;
	padding-left:0;
}
#footer{
	position:absolute;
	bottom:-30px;
	right:0;
}

#footer p{
	color:#ffffff;
	text-align:right;
}

#swirls{
	position:absolute;
	background-image:url(images/swirls.png);
	background-repeat:no-repeat;
	width:570px;
	height:254px;
	top:160px;
	left:135px;
}

#photos{
	position:absolute;
	width:511px;
	height:344px;
	top:0px;
	left:483px;
	overflow:hidden;
}

#frame{
	position:absolute;
	width:511px;
	height:344px;
	top:0;
	left:0;
	background-image:url(images/frame.png);
	background-repeat:no-repeat;
}

.pager{
	text-align:center;
	word-spacing:10px;
}
.pager a{
	word-spacing:normal;
}

.hr{
	background-image:url(images/hr.gif);
	background-repeat:no-repeat;
	height:16px;
	width:685px;
	margin:15px auto;
}
