body {
	margin: 0;
	padding: 0;
	background: #000;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 { color: #71AFD5; font-size:24px; }
h2 { color: #71AFD5; font-size: 1.6em; }
h3 { color: #71AFD5; font-size: 1.6em; }
h4 { color: #71AFD5; font-size: 1.6em; }


h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	text-decoration: none;
	color:#ffcc00;
}


a:link {
	text-decoration: none;
	color:#ffcc00;
}

a:hover {
	border: none;
	color:#ffcc00;
}

img {
	border: none;
}
.clear { clear:both; }
.centre { text-align:center; width:100%; }

/* Header */

#all { width:auto; margin:0 auto; background:#000 url(images/bubbles1.png) top left repeat-x; padding-top:20px; }
#top { width:1000px; margin:0 auto; padding-top:20px; background-color:#000; }
#allheader { width:1000px; margin:0 auto; padding-top:0; background:#000 url(images/back.png) top left repeat-y; }
#allheaderL { width:200px; height:auto; background-color:#212121; float:left; }
#allheaderR { float:right; width:800px; }

#left { float:left; width:200px; height:200px; background:url(/images/logo.png) top left no-repeat; }
#right { float:right; width:800px; }

#header {
	width: 800px;
	height: 200px;
	margin: 0 auto;
	background: url(images/img1.jpg) no-repeat;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #fff;
}

#header h1 {
	float: right;
	padding: 10px 20PX 0 50px;
	font-size: 3.4em;
	color:#FFCC66;
}

#header h1 a, a:link { color:#fff; text-shadow: 2px 2px 3px #000; }

#header h2 {
	float: left;
	padding: 30px 0 0 620px;
	font-size: 1.4em;
}

/* Menu */

#menu {
	width: 800px;
	height: 41px;
	margin: 0 auto;
	background-color: #C60;
	background-image: url(images/bgrmenu.png);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	color: #fff;
	background-color: #C60;
	background-image: url(images/bgrmenu.png);
	border-bottom: 0;
}

#menu a:hover, #menu .active a {
	color: #fff;
	background-color: #C60;
	background-image: url(images/bgrmenu-1.png);
}

/* Content */

#content {
	width: 780px;
	margin: 0 auto;
	background:#fff url(images/content.png) top left repeat-x;
	color: #333;
	height:auto;
	padding:20px 10px 20px 10px;
}

#colOne {
	width: 180px;
	height:auto;
	padding: 20px 10px 0 10px;
	color:#F7F7F7;
}
#colOne .title { color:#ffcc00; font-weight:bold; text-transform:uppercase; }
#colOne .title2 { color:#71AFD5; font-weight:bold; font-size:18px; }
#colOne .title3 { color:#ffcc00; font-weight:bold; font-size:18px; }
#colOne a, a:link { color:#71AFD5; border-bottom: 1px dotted; }
#colOne a:hover { border-bottom: 0; }
#colOne h3 { color: #71AFD5; font-size: 1.6em; padding-top:15px; }

#colTwo {
	float: left;
	width: auto;
	height:auto;
	padding: 10px 20px 0 30px;
}
#colTwo h2 { color: #B73131; font-size: 2em; text-shadow: 2px 2px 3px #B1B1B1; }
#colTwo a, a:link { color:#B73131; text-shadow:none; border-bottom: 1px dotted; }
#colTwo a:hover { border-bottom: 0; }

#colThree {
	float: right;
	width: 160px;
	padding: 10px;
	background-color:#339933;
}


/* Contact */

#contact { -moz-border-radius: 5px 5px 5px 5px; background-color: #F5F5F5; padding: 10px; color: #000000; font-family: Trebuchet MS; font-size: 15px; font-weight: normal; margin-bottom: 5px; width: 580px; letter-spacing:1px; }


/* Footer */

#footer {
	width: 1000px;
	margin: 5px auto;
	padding: 10px 0;
	font-size: smaller;
	text-align:center;
}

#footer * {
	color: #CCC;
}

