/* CSS Document */

html, body {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	background-image:url(../images/bk.jpg);
	font-size:85%;
}

p {
	margin: 1em 0;
	font-size:12px;
	color:#333333;
}

a {
	color: #FFCC00;}

a:hover {
	color:#fff;}

a:visited {
	color: #FFFF99;}
	
	
	
/* ~~~~~~~~~~~~~~HEADER~~~~~~~~~~~~~~~~ */
#container {
	margin:auto;
	width:870px;}

#header {
	width:840px;
	float:left;
	height: 83px;
	background:url(../images/header.jpg) no-repeat;
	padding: 14px 15px 0 15px;
}
	
#left {
	width:226px;
	height:390px;
	float:left;
	padding-top:30px;
	background: url(../images/left.jpg) no-repeat;
	padding-left: 30px;
}

#left {
	width:226px;
	height:390px;
	float:left;
	padding-top:30px;
	background: url(../images/left.jpg) no-repeat;
	padding-left: 30px;
}

#leftip {
	width:226px;
	height:390px;
	float:left;
	padding-top:30px;
	background: url(../images/leftip.jpg) no-repeat;
	padding-left: 30px;
}

#text {
	float:right;
	width:870px;
	background-image:url(../images/cross.jpg);}

#right {
	width:614px;
	height:420px;
	float:left;
	background: url(../images/right.jpg) no-repeat;
}

#rightip {
	width:554px;
	float:left;
	padding:20px 30px 20px 30px;
}

#rightip a {
	color: #000;}

#rightip a:hover {
	color: #fc0;}
	
#bottom {
	clear:both;
	width:615px;
	height:108px;
	float:left;
	background: url(../images/bottom.jpg) no-repeat;
	padding-left: 255px;
}

#flash {
	width:255px;
	height:108px;
	float:left;
	margin-left:0px;}

#contact {
	width:330px;
	height:98px;
	float:right;
	font-size:11px;
	color:#999999;
	padding-top: 10px;
	padding-left: 0px;}
	
#contact p{
	font-size:12px;
	padding:0;
	margin:0;
	color: #FFCC00;}
	
#contact a {
	color:#FFCC00;}
	
#contact a:hover {
	color:#fff;}


/* ~~~~~~~~~~~~~~MENU~~~~~~~~~~~~~~~~ */	


/* ~~~~~~~~~~~~~~FOOTER~~~~~~~~~~~~~~~~ */
#footer {
	float:left;
	clear:both;
	font-size:11px;
	color:#999999;
	width: 810px;
	height:41px;
	background: url(../images/footer.jpg) no-repeat;
	padding:8px 30px 0 30px}
	
#footer a {
	color:#E2DAC7;}
	
#footer a:hover {
	color:#E1EC83;}
	
/* ~~~~~~~~~~~~~~CLASSES~~~~~~~~~~~~~~~~ */
	
.floatleft {
	float:left;}
	
.floatright {
	float:right;
	text-align:right;}
	
h1 {
	color:#FFCC00;
	font-size:28px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;}	
h2 {
	font-size:18px;
	color:#333333;
	padding-left:136px;
	padding-right:115px;}
	
.yellow {
	color:#FFE303;
	font-weight:bold;
	font-size:12px;}
	
.big {
	font-size:18px;
	font-weight:bold;}
	
.smallfont {
	font-size:11px;}
	
a.button {
	padding:1px 5px;
	color:#000;
	font-size:11px;
	background-color:#F3E166;
	border: 1px solid #fff;
	text-decoration:none;
}

a.button:hover {
	background-color:#fff;
}

.thumb a {
	display:block;
	padding:5px 0 0 10px;
	height:120px;
	width:140px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	float:left;}
	
.thumb a:hover {
	color:#c00;}
	
.thumb img {
	border: 4px #ccc solid;}

.thumb:hover img{
	border: 4px #A19C66 solid;}
	
.thumb:hover{
	color: #A19C66; /* Dummy for IE bug */
	}
	
.formtitle {
	padding:5px 5px;
	color:#000;
	font-size:15px;
	background-color:#B7B37F;
	height:18px;
	width:200px;
	display:block;
	font-weight:bold;
	margin-bottom:20px;
}

.alignright {
	text-align:right;}

label {
	color:#fff;}
	
form {
	text-align:right;}
