html,body
{
	background:#cccccc url(../images/bg.jpg);
	height:100%;
	margin:0;
	padding:0;
}

a:link, a:visited, a:active
{
	color:#990000;
}

a:hover
{
	color:#cc0000;
}

p
{
	margin:1em 0 0 0;
}

#content
{
	color:#666666;
	font:13px Arial, Helvetica, sans-serif;
	margin:0 5px;
	padding-top:5px;
}

#content h1
{
	font:normal 30px Century Gothic, Arial, Helvetica, sans-serif;
	margin-top:0;
}

#content table
{
	border-width:0;
	margin:0;
	padding:0;
	width:100%;
}

#content td
{
	margin:0;
	padding:5px;
	font:13px Arial, Helvetica, sans-serif;
	text-align:left;
	vertical-align:top;
}

#content-pad
{
	padding:10px;
}

#content-l
{
	width:190px;
}

#content-r
{
}

#footer
{
	margin:0 5px;
	padding:40px 0 5px 0;
}

#footer a:link, #footer a:visited, #footer:active
{
	color:#666666;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

#footer-content
{
	color:#666666;
	font:11px Arial, Helvetica, sans-serif;
	text-align:center;
}

#footer-rule
{
	background-color:#dddddd;
	font-size:1px;
	height:1px;
}

#header
{
	padding:5px;
}

#header-inside
{
	background-color:#000000;
}

#header-inside table
{
	border-width:0;
	padding:0;
	width:100%;
}

#header-inside td
{
	background:#cccccc;
	height:175px;
	padding:0;
	text-align:left;
	vertical-align:top;
}


#header-logo
{
	background:transparent url(../images/logo3.gif) no-repeat;
	float:left;
	height:175px;
	width:118px;
}

#header-pics
{
	background:#cccccc url(../images/pic-test.jpg) no-repeat right top;
	float:left;
	margin-left:4px;
	
	height:175px;
	width:590px;
}

#nav
{
	background:#000000;
	height:25px;
	margin:0 5px;
}

#nav table
{
	width:100%;
}

#nav td
{
	color:#b5a642;
	font:bold 12px Arial, Helvetica, sans-serif;
	height:22px;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
	width:12.5%;
}

#nav a:link, #nav a:visited, #nav:active
{
	color:#b5a642;
	text-decoration:none;
}

#nav a:hover
{
	text-decoration:underline;
}

#wrap-bottom
{
	height:8px;
	margin:0 auto;
	width:750px;
}

#wrap-bottom div
{
	height:8px;
}

#wrap-bottom-l
{
	float:left;
	width:10px;
	
	background:transparent url(../images/bg-wrap-bottom-l.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-wrap-bottom-l.png', sizingMethod='image');
}

#wrap-bottom-m
{
	float:left;
	width:730px;

	background:transparent url(../images/bg-wrap-bottom-m.png) repeat-x;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-wrap-bottom-m.png', sizingMethod='scale');

}

#wrap-bottom-r
{
	background:transparent url(../images/bg-wrap-bottom-r.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-wrap-bottom-r.png', sizingMethod='image');

	float:left;
	width:10px;
}

#wrap-inner
{
	background:#ffffff;
	position:relative;
}

#wrap-outer
{
	background:transparent url(../images/bg-wrap.png) repeat-y;
	margin:0 auto;
	padding:0 10px;
	width:730px;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-content.png', sizingMethod='scale');
}

