﻿* {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	margin: 0;
	padding: 0;
}

body{ 
	background-color: #990000;
	color: #555;
	font: normal 92%/1.2 Helvetica,Arial,Verdana,Sans-serif;
	text-align:left;
} 

html{ 
	background-color: #990000;
	color: #555;
	font: normal 92%/1.2 Helvetica,Arial,Verdana,Sans-serif;
	text-align:left;
} 

#border {
	border: 0px ;
	width: 600px;
	height: 300px;
	background-color: #FFFFFF;
	background:url('images/backround2.jpg') no-repeat;
	margin: 0 auto;
}

#pagewidth{ 
	width:600px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 

/*--header --*/ 
#header{
	position:relative; 
	height:83px; 
	background-color:#760603; 
	width:594px;
	text-align:right;
	padding:3px;
	color:orange;
} 

#headerl{
	position:relative; 
	float:left;
	width:50%;
	text-align:left;
} 

.headlink a:link {
	color: #FF9900;
}
.headlink a:visited {
	color: #FF6633;
}
.headlink a:hover {
	color: #FFCC00;
}
/*--end header --*/ 
 
#maincol{background-color: #FFFFFF;  
	float: left; 
	display:inline; 
	position: relative; 
	width:600px;
}
 
#textbox{
	background-position: 0px 0px;
	padding: 10px;
	height:auto;
	background-repeat: repeat;
	background-attachment: scroll;
}
 
#footer{
	height:30px; 
	background-color:#760603; 
	clear:both;
	color:#CCCCCC;
	font: normal 80%/1.2 Helvetica,Arial,Verdana,Sans-serif;
} 

.artbox{
	margin:1px;
	background-color:#FFEED5;
	border:thin black dashed;
	height:auto;
}
 
 
/*newsletter table */ 
.tabnl{
	width:100%;
	text-align:center;
	font-family:"Courier New", Courier, monospace;	
	font-size:0.9em;
} 
 

/*fonts*/
/*
ul {
	list-style: square;
	margin: 1em;
}
*/

ul.menu {
	list-style: none;
}

h1 {
	font-size: 4em;
	/*margin-top: 0.2em;
	margin-bottom: -0.1em;*/
	letter-spacing: -0.05em;
	line-height: 0.9em;
	font-weight: bold;
	color: #ccc;
}

ul.menu li {
	font-size: 4em;
	/*margin-top: 0.2em;
	margin-bottom: -0.1em;*/
	letter-spacing: -0.05em;
	line-height: 0.9em;
	font-weight: bold;
	color: #ccc;
}

h1:after {
	content: ".";
	color: #FFD700; /*gold*/
}

ul.menu li:after {
	content: ".";
	color: #FFD700; /*gold*/
}

h1 {
	margin-bottom: 50px;
}

h2 {
	font-size: 2em;
	letter-spacing: -0.05em;
	line-height: 0.8em;
	font-weight: bold;
	color: #999999;
	margin-top: 1em;
}

h3 {
	color: #666666;
}

p {
	background-position: 0px 0px;
	margin-top: 1em;
					text-align: left;
	background-repeat: repeat;
	background-attachment: scroll;
}


/*-- IMAGES ---*/
.img {
	border: 1px solid;
	text-align:center;
	margin-right:3px;
	margin-left:3px;

}

.imgl {
	border: 1px solid;
	text-align:center;
	float:left;
	margin-right:3px;
	margin-left:3px;

}
.imgfloatleft {
	float:left;
	margin: 4px;

}


.imgc {
	display:block;  /*--to centre --*/
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}

.imgcb {
	display:block;  /*--to centre --*/
	border: 3px gray outset;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}




li a {
	color: #CCCCCC;
	text-decoration: none;
	outline: none;
}

li a:hover {
	color: #999;
	text-decoration: none;
}

a:link {color: #CC6600;}
a:visited {color: #FF6633;}
a:hover {color: #FF9933;}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


/*--- HORIZONTAL MENU ---*/
#hmenu{
	position:relative; 
	height:28px;
	background-color:white; 
	width:598px;
	padding:1px;
	border-bottom:1px black dashed;
} 
ul#navlist {
	margin-top:6px;
	margin-bottom:0px;
	margin-left:1px;
	padding-left: 1px;
	white-space: nowrap;}

#navlist li {
	display: inline;
	list-style-type: none;}

#navlist a { padding: 1px 11px; } /*padding in button */

#navlist a:visited {
	color: #fff;
	background-color:#860603;
	border:1px white outset;
	text-decoration: none;
	margin:0px;}

#navlist a:link {
	color: #fff;
	background-color:#860603;
	border:1px white outset;
	text-decoration: none;
	margin:0px;}

#navlist a:hover {
	color: #fff;
	background-color: #990033;
	text-decoration: none;}
/*--- END HORIZONTAL MENU ---*/

.txtsmall {
	font-size: 0.8em;
}

