/*
Artistech Newmedia Inc.
*/

/* -- General Styling -- */

*{
	margin:0; 
	padding:0;
}

body {
	background-color: #832C17;
}

a {
	font: 12px Arial, Verdana, sans-serif; 
	color: #802A14;
	line-height: 18px;  
}
	
a:link, a:visited, a:active {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

p {
	margin-top: 5px; 
	margin-bottom: 5px; 
	padding-top: 5px;
	padding-bottom: 5px;
}

div {
	font: 12px Arial, Verdana, sans-serif;
	color: #000000;
	font-weight: normal;
	line-height: 18px; 
}

td {
	font: 12px Arial, Verdana, sans-serif;
	color: #000000;
	font-weight: normal;
	line-height: 18px; 
}

#pagewrap {
	width: 100%;
	height: 100%;
	margin: 0 auto; 
	padding: 0;
}

/* -- HEADER -- */

#header {
	background-image:url(images/header_bg.gif);
	background-repeat: repeat-x;
	position:relative;
}

h1 {
	color: #004C3C;
	font-size: 14px;
}

/* ----------- MAIN NAV ---------- */

#navcontainer {
	width: 900px; 
	height: 26px;
	margin: auto;
	padding-top: 3px;
}

#navcontainer ul li { 
	display: inline;
}

#navcontainer ul li a
{
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	padding-right: 10px;
	padding-right: 10px;
	text-decoration: none;
}

#navcontainer ul li a:hover
{
	text-decoration: underline;
}

.thispage{
	color:#999999;
}

/* -- Content -- */

#content {
	background-color: #ECECE1;
	margin-bottom: 15px;
}

#main { 
	width: 900px;
	margin: auto;

	margin-top: 15px;
	margin-bottom: 15px;
}

#leftcol {
margin-right: 50px;
	padding-left: 50px;
	padding-right: 20px;
}

#midcol {
	text-align:left;
	padding-left: 20px;
	padding-right: 20px;
}

#rightcol {
	text-align:left;
	padding-left: 20px;
	padding-right: 50px;
}

#sidebar {
	background-image:url(images/sidebar_bg.jpg);
	background-repeat:no-repeat;
	margin-right: 50px;
	padding-right: 15px;
	padding-left: 50px;
	color: #FFFFFF;
}

#sidebar a {
	color: #FFFFFF;
}

.sidebartext {
	color: #FFFFFF;
	padding-left: 10px;
}

/* -- Footer -- */

#footer {
	background-image:url(images/footer_bg.gif);
	background-repeat: repeat-x;
	position:relative;
}

#footernav {
	width: 900px;
	margin: auto;
	background-image:url(images/footer_top.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	color: #ffffff;
	font-size: 10px;
}

#footernav a {
	padding-left: 6px;
	padding-right: 6px;
	color: #ffffff;
	font-size: 10px;
	text-decoration:none;
}

#footernav a:hover {
	text-decoration: underline;
}

