body {
	text-align:center;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #424242 url('../images/page_bg.gif') repeat-x top left;
	height: 100%;
	padding: 0;
	color: #d4d4d5;
}

#container {
	margin: 0 auto;
	width: 732px;
	text-align:left;
}

#topbar {
	width: 732px;
	height: 27px;
	background-image: url('../images/js_top.gif');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#header {
	float: left;
	width: 706px;
	height: 112px;
	background-image: url('../images/header-new.png');
	background-repeat: no-repeat;
	margin: 20px 0 0 10px;
}

#sidebar {
	width: 190px;
	float:left;
	padding: 50px 0 0 10px;
	z-index:2;
	position:relative;
}

#rightcontent {
	padding: 50px 10px 0 0;
	z-index:2;
	float:right;
	width: 520px;
	position:relative;
}

/*** BORDERS ***/
.leftx{
width:100%;
background: transparent url('../images/js_bg_l.gif') repeat-y left top;
}

.rightx{
background: transparent url('../images/js_bg_r.gif') repeat-y right top;
width:100%;
}

/*** SIDEBAR ***/
.sideheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url('../images/header-bg.png') no-repeat;
	font-size:90%;
	font-weight:bold;
	text-indent:40px;
	color: #a6aaca;
	text-transform: uppercase;
	height: 18px;
	line-height: 18px;
}

#sidebar ul{
	margin: 10px 0 0 0;
	padding: 0;
}

#sidebar li {
	list-style: none;
	padding: 0;
	margin: 5px 0 5px 15px;
	font-size: 11px;
	font-weight: bold;
}

#sidebar input {
	background-color: #797979;
	color: #a6aaca;
	border: 1px solid #1e1e1e;	
	font-size: 12px;
}

/*** RIGHT CONTENT STYLES ***/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	vertical-align: bottom;
	color: #a6aaca;
	background: url('../images/hsep.png') bottom left repeat-x;
	width: 75%;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #a6aaca;
}

#rightcontent p {line-height:20px;}

.updates {
	font-size:11px;
}

#rightcontent p.updates {
	line-height:13px;
}

.headerright {
	background: url('../images/header-bg.png'); 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 90%; 
	font-weight: bold; 
	text-indent: 25px; 
	width: 170px; 
	height: 18px; 
	color: #a6aaca;
	line-height: 18px;
}

.backlink {
	text-indent: 190px;
	font-weight:bold;
}

.smaller {
	line-height:15px;
	font-size:11px;
	margin-top:5px;
	margin-bottom:5px;
}

.leftbox {
	float:left;
	width: 250px;
}

.rightbox {
	float:right;
	width:250px;
}

/*** GALLERY STYLES ***/

.gallerythumb {
	float:left;
	padding: 15px 20px 15px 0;
}
	
/*** FOOTER ***/
#footer {
	height: 29px;
	background-image: url('../images/js_bottom.gif');
	background-repeat: no-repeat;
	background-position: center top;
	width: 732px;
}

.copyright {
	font-size: 11px;
	color: #151515;
	text-align: center;
}

/*** LINKS ***/
a:link {text-decoration:none;color: #a6aaca;}
a:visited {text-decoration:none;color: #a6aaca;}
a:active {text-decoration:none;color: #d3d6ec;}
a:hover {text-decoration:none;color: #d3d6ec;}

a.menu:link {text-decoration:none;color: #a6aaca;text-transform:uppercase;}
a.menu:visited {text-decoration:none;color: #a6aaca;text-transform:uppercase;}
a.menu:active {text-decoration:none;color: #eceef9;text-transform:uppercase;}
a.menu:hover {text-decoration:none;color: #eceef9;text-transform:uppercase;}

a.amenu:link {text-decoration:none;color: #eceef9;text-transform:uppercase;}
a.amenu:visited {text-decoration:none;color: #eceef9;text-transform:uppercase;}
a.amenu:active {text-decoration:none;color: #eceef9;text-transform:uppercase;}
a.amenu:hover {text-decoration:none;color: #eceef9;text-transform:uppercase;}

/*** ANGEL ***/
.angel {
position:absolute;
background-image: url('../images/angel.png');
background-repeat: no-repeat;
left:50%;
margin-left:-376px;
width: 737px;
height:648px;
top:12px;
z-index:1;
}

a{z-index:2; position:relative;}
a:hover{z-index:2; position:relative;}
a:visited{z-index:2; position:relative;}
a:active{z-index:2; position:relative;}

img.top {z-index:2; position:relative;}

input {z-index:2; position:relative;}
textarea {z-index:2; position:relative;}