﻿@charset "utf-8";
body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	background-color:#d02f43;
	margin: 0px;
	padding: 0px;
	text-align: left;	
}

td {
	font-family: sans-serif, arial, helvetica ;
	font-size: 11px;
	font-weight:normal;
	color:#ffffff;
	margin: 0px;
}

p {
	font-family: sans-serif, arial, helvetica ;
	font-size: 11px;
	font-weight:normal;
	color:#ffffff;
	margin: 0px;
}

.textleft {
	text-align:left;
}

.textright {
	text-align:right;
}

.textcenter {
	text-align:center;
}

.textjustify {
	text-align:justify;
}


.whitetext {
	color:#ffffff;
}

.normaltext {
	font-weight:normal;
}

hr {
	border: 0;
	height: 1px;
	background-color: #f4d99f;
	color:#f4d99f;
}

ul {
	font-family: sans-serif, arial, helvetica ;
	font-size: 11px;
	font-weight:normal;
	color:#ffffff;
}

ol {
	font-family: sans-serif, arial, helvetica ;
	font-size: 11px;
	font-weight:normal;
	color:#ffffff;
}

form {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

input {
	border: 1px solid #f4d99f; 
	font-family: sans-serif, arial, helvetica ;
	font-size: 11px;
	font-weight:normal;
	color:#c76d05;
	height:12px;
}

textarea {
	border: 1px solid #f4d99f; 
	font-family: sans-serif, arial, helvetica ;
	font-size: 11px;
	font-weight:normal;
	color:#c76d05;
	height:12px;
}

ol {
	margin-top: 0px;
	margin-left: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
}

ul {
	margin-top: 0px;
	margin-left: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height:130%;
}


img {

}

.noborder {
	border:0px;
}

.floatright {
	float:right;
	
}

.floatleft{
	float:left;
}


a { text-decoration:none; color:#eae864; }
a:hover { text-decoration:underline; color:#eae864;  }
a:visited { color:#eae864;  }
a:active { color:#eae864;  }

#leftcolumn {
	clear:left;
	text-align: left;
	float: left;
	width: 405px;
	background-image:url('images/leftbg.jpg');
	background-repeat:no-repeat;
	background-position:left top;
}

#leftcolumntop {
	clear:left;
	text-align: left;
	float: left;
	width: 405px;
	height: 358px;
}

#leftcolumnbottom {
	clear:left;
	text-align: left;
	float: left;
	width: 405px;
	height: 229px;
}

#rightcolumn {
	clear:right;
	text-align: left;
	float: left;
	width: 598px;
}

#rightcolumntop {
	text-align: center;
	float: left;
	width: 598px;
	height:358px;
	background-image:url('images/righttopbg.jpg');
	background-repeat:no-repeat;
	background-position:left top;
}

#rightcolumnbottom {
	text-align: left;
	float: left;
	width: 598px;
	height:412px;
	background-image:url('images/rightbottombg.jpg');
	background-repeat:no-repeat;
	background-position:left top;
}

#content {
	text-align: justify;
	margin: 0px 83px 23px 84px;
}

#menubox {
	text-align: left;
	width: 308px;
	margin-left:92px;
}

#creditsbox {
	text-align: left;
	width: 298px;
	margin-left:61px;
	margin-top:17px;
}