body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 150%;
	text-decoration: none;
	color: rgb(0,0,0);
}
#home_main, #footerContent {
	color:#E2CF95; /* gold */
	font-size: 11px;	
	font-weight: normal;
	line-height:normal;
	min-width:100px;
	}

#container {	
	background-image: url(/images/website/cu_fade.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: rgb(142,83,49);
	z-index:2;
	
}

#container a:link,  #container a:visited,{	
	text-decoration: none;
	
}
#container a:hover {	
	text-decoration: underline;
	
}

#sidebar {
	float: left;
	width: 200px;
	padding: 5px 0;				
	text-align: center;
}

#content {
	float: right;
	padding: 0 0 25px 0;
	width: 543px;
	border: 1px solid rgb(227,208,149);
	background-color: rgb(244,234,207);
	background-image: url(/images/website/watermark.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#regcontent {
	padding: 0 0 25px 0;
	width: 760px;
	border: 1px solid rgb(227,208,149);
	background-color: rgb(244,234,207);
	background-image: url(/images/website/reg_watermark.jpg);
	background-repeat: no-repeat;
}

#contentnopad {
	float: right;
	width: 543px;
	border: 1px solid rgb(227,208,149);
	background-repeat: no-repeat;
	background-position: top left;
}


#skyline {
	width: 545px;
	float: right;
	background-color: #e3d095;
	overflow:hidden;
}

ul {
	list-style-type: circle;
	list-style-position: outside;
}

ul.linked_list {
	margin: 0 0 0 20px;
	list-style-position: outside;
	padding:0px;
}

.linked_list li {
	display: inline;
	margin: 0 20px 0 0;
	padding: 3px;
	border: 1px solid rgb(178,137,68);
	color: rgb(114,11,12);
	background-color: rgb(227,208,149);
	background-image: url(/images/website/buttonbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.linked_list a,
.linked_list a:link,
.linked_list a:visited {
	width: 150px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: rgb(114,11,12);
	text-decoration: none;
}

.button02 {
	margin: 0 0 0 8px;
	padding: 2px 5px 2px 2px;
	width: 100px;
	border: 1px solid rgb(178,137,68);
	border-right: 1px solid rgb(178,137,68);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: rgb(114,11,12);
	background-color: rgb(227,208,149);
	background-image: url(/images/website/buttonbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	cursor:pointer;
	text-decoration: none !important;
}
p .button02 {
	margin: 0px;
}

hr {
	margin: 20px 20px -5px 20px;
	border: 0px;
	border-top: 1px solid #b28944;
	height: 1px;
}

#content img {
	margin-left: 20px;
}
.divGamesIMG {
	width: 225px;
	border: 1px solid #720b0c;
	background-color: #f4eacf;
	padding: 1px;
	margin-right: 20px;
}

.divGamesTitle {
	width: 217px;
	border: 1px solid #720b0c;
	border-top: 1px solid #e3d095;
	margin: -1px 20px 10px 37px;
	padding: 2px 5px 2px 5px;
	background-image: url(/images/website/buttonbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	color: #720b0c;
	background-color: #e3d095;
}

/* Text styles */
h1 {
	margin: 20px 0 20px 20px;
	font-family: Times New Roman, Georgia, serif;
	font-size: 3em;
	font-weight: normal;
	color: rgb(114,11,12); /* dark red/maroon */
	text-transform: capitalize;
}

h2 {
	display: block;
	margin: 0 20px;
	padding: 15px 5px;
	font-family: Times New Roman, Georgia, serif;
	font-size: 2em;
	font-weight: normal;
	color: rgb(92,40,37);
	text-transform:capitalize;
	border: 1px solid rgb(178,137,68);
	background-image: url(/images/website/h2bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: rgb(227,208,149);
}

h3 {
	margin: 30px 20px 0 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: rgb(114,11,12);
}

#content p {
	padding: 0 20px;
}

#content ol {
	padding: 0 20px;
}  

#contentgames {
	float: right;
	padding: 0 0 0px 0;
	width: 543px;
	border: 1px solid rgb(227,208,149);
	background-color: rgb(244,234,207);
	background-image: url(/images/website/watermark.gif);
	background-repeat: no-repeat;
	background-position: top left;

}

a,
a:link,
a:visited {
	text-decoration: underline;
	color: rgb(0,0,0);
}
a:hover {
	color: rgb(114,11,12);
}


#home_main a, #home_main a:link,#home_main a:hover, #home_main a:visited,
#footerContent a, #footerContent a:link, #footerContent a:hover, #footerContent a:visited {
	color:#E2CF95; /* gold */
	text-decoration: none;
	
	}	
#footerContent a:hover{
	color:#E2CF95; /* gold */
	text-decoration: underline;
	
	}	


.white {
	color:#FFFFFF !important;
}
.white a:hover {
	color:#FFFFFF !important;
	text-decoration:underline;

}

.formLayout input, .formLayout textarea {
	background-color:#E3D095;
	border: 1px solid rgb(178,137,68);
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	scrollbar-3dlight-color: #F2EACE;
	scrollbar-arrow-color:#B28944;
	scrollbar-base-color:#E9DAAC;
	scrollbar-darkshadow-color:#B28944;
	scrollbar-face-color:#E9DAAC;
	scrollbar-highlight-color:#F4E9CD;
	scrollbar-shadow-color:#B28944;
	scrollbar-track-color:#E9DAAC;
}
.formLayout textarea {
	font-size:12px;
}


/* Contact us bullets as flags: */
ul.contact_bulleted {
	margin-left: 20px;
	padding-left: 0;
	list-style: none;
	}
ul.contact_bulleted li {
	padding:0 0 6px 45px;
	background-repeat: no-repeat;
	background-position: 0 0;
	line-height:2em;
	}
ul.contact_bulleted li.usa{
	 background-image:url(/images/website/contact_bullet_usa.gif);
	}
ul.contact_bulleted li.uk{
	background-image:url(/images/website/contact_bullet_uk.gif);
	}
ul.contact_bulleted li.canada {
	background-image:url(/images/website/contact_bullet_canada.gif);
	}

#languageSelection, #languageSelection a:link, #languageSelection a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: -0.5px;
	font-style: normal;
	font-weight: bold;
	color: #e3d095;
}


 #languageSelection a:active, #languageSelection a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	letter-spacing: -0.5px;
	font-weight: bold;
	color: #f6eac4;
	text-decoration: none;
}

#gameslist a, #gameslist a:link, #gameslist a:visited {
	padding-right:6px;
	line-height:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#ffffff; /* duh, its white */
	text-decoration: none;
	
	}	
#gameslist a:hover{
	text-decoration: underline;
	
	}	
	
#gamestitles a, #gamestitles a:link, #gamestitles a:visited {
	padding-right:6px;
	line-height:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:2;
	font-weight:bold;
	color:#46790a; /* duh, its white */
	text-decoration: none;
	
	}	
#gamestitles a:hover{
	text-decoration: underline;
	
	}	