/* CSS Document Look*/


body{
	background-image: url(../img/gradient.jpg);
	background-attachment:fixed;
	background-position:top;
	background-repeat:repeat-y;
	background-color: #212121;
	}
html{
	font-family: Arial;
	color:#000;
	background-color: #000000;
	}
#header{
	background-image:url(../img/menu.jpg);
	background-attachment:fixed;
	background-position:top;
	background-repeat:no-repeat;	
	background-color: #433934;
	font-size:14px;
	color:#CCCCCC;
	}
#footer{
	background-color: #232323;
	font-size:14px;
	color:#CCCCCC;
	}
#middle {

	background-color:#000000;
	
	}
#sidebar {
	background-image:url(../img/bg.jpg);
	background-attachment:inherit;
	background-position:top left;
	background-repeat:no-repeat;
	color: #FFFFFF;
	}

#sidebarx {
	background-attachment:inherit;
	background-position:top left;
	background-repeat:no-repeat;
	color: #FFFFFF;
	}	


#content {

	color:#CCCCCC;
	}
	
#contentdemo {

	color:#CCCCCC;
	padding-left: 50px;
	}

	
h1,
h2,h3,pre {
	padding:0;
	margin:0;
	}

#footer h2 {
	text-align:center;
	padding:0;
	margin:0;
	}
#footer p {
	margin:0;
	padding:0;
	text-align:center;
	}
#footer a {
	color:#B88C5C;
	}
h1 {
	font-size:1.3em;
	text-align:center;
	padding-top:5px;
	}
h2 {
	font-size:1.1em;
	padding-top:1em;
	margin-top:0;
	text-align:left;
	font-variant:small-caps;
	font-style:normal
	}
h3 {
	font-size:0.9em;
	text-align: right;
	font-variant:small-caps;
	border-bottom:dotted 1px #5B4925;
	color:#5B4925;
	}
	
h4 { 
	font-weight:normal;
	font-size:0.7em;
	padding-left:200px;
	color:#CCCCCC
	}

p {
	font-size:0.7em;
	line-height:1.2em;
	}

	


pre {
	font-family: Arial;
	font-size:0.7em;
	}


#navlist
	{
	padding: 3px;
	margin-left: 0;
	color: #000000;
	font-size:0.9em;
	
	}
	
#navlist2
	{
	padding: 3px;
	margin-left: 0;
	color: #000000;
	font-weight:bold;
	font-size:0.7em;
	
	}

#navlist li
	{
	font-size:0.8em;
	line-height:1.2em;
	list-style:	disc;
	margin:5px;
	padding-bottom:2px;
	border-bottom: 1px solid black;
	}
	
#navlist2 li
	{
	line-height:0.9em;
	font-weight:lighter;
	list-style:	disc;
	margin:1px;
	padding-bottom:2px;
	border-bottom: 1px solid black;
	}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}



p a:link {
	text-decoration:none;
	color: #A26522;
	font-weight:bold
			
	}
p a:visited {
	text-decoration: none;
	color: #A26522;
	}
p a:hover {
	text-decoration: none;
	color: #666666;
	
	}
p a:active {
	text-decoration: none;
	color: #FFFFFF;
	}
	
li a:link {
	text-decoration:none;
	color: #CCCCCC;

			
	}
li a:visited {
	text-decoration: none;
	color: #CCCCCC;
	}
	
li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	
	}
li a:active {
	text-decoration: none;
	color: #000000;
	}
	
#content2 a:link {
	text-decoration:none;
	color:#AAAAAA;
	font-weight:lighter;
	}
#content2 a:visited {
	text-decoration: none;
	color:#666666;
	}
	
#content2 a:hover {
	text-decoration: none;
	color: #666666;
	
	}
#content2 a:active {
	text-decoration: none;
	color: #FFFFFF;
	}
#content2 li {
	margin-bottom:0;
	font-size:0.7em;
	line-height:1.5em;
	text-align:right;
	border-bottom: 1px solid #333333;
	list-style-type:none;

	}
	
.Title {
	color: #A26522;
	font-weight:bold
	}

.Title2 {
	color: #000000;
	font-weight:bold;
	}	

.Title3 {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	font-size: 0.9em;
	}		
	
.Links2 {
	color: #D18A3A;
	font-weight:bold;
	font-size:inherit;
	}	
	
.Highlight {
	color: #A26522;
	font-weight:bold;
	font-size:1.1em;
	}	
