
/* CSS Template Design by www.Juscreate.co.uk (2008 all rights reserved) */
/* CSS Template Design by www.Juscreate.co.uk (2008 all rights reserved) */

/* Standard Tags */
/* Standard Tags */

body {
	background:#000;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin:0px; 
	padding:0px;
}

h1, h2, h3, h4, h5{
	padding:0px;
	margin:0px;	
}
	
h1 {
	color:#fff;
	font-size:3em;
}
h2 {	
	color:#fff;
	font-size:18px;
	font-weight:200;
}
h5 {color:#484c74;}
a {color:#fff; text-decoration:none;}
a:hover {color:#484c74; text-decoration:none;}

img{
	border:none;	
}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}

/* Custom made Tags */
/* Custom made Tags */

a#current-page {
	color:#484c74;
}
.title {
	margin-top:20px;
	margin-right:20px;
	margin-bottom:5px;
}
.header1 {
	text-align:right;
}
.header2 {
		font-weight:100px;
}
.leftbox {
	width:265px;
	height:350px;
	float:left;
}
.rightcontentbox {
	height:430px;
	margin-left:265px;
}

#content{
	height:430px;
}

.overflow{
	overflow:auto;	
}

.textbox {
	color:#fff;
	padding:10px;
	text-align:justify;
	font-size:11px;
	background-color:#000;
	opacity:0.8;
	filter:alpha(opacity=80);
	margin:10px;
}
table#menu {
	font-size:16px;
	height:25px;
	font-weight:bold;
}
div#menu {
	margin-top:0px;
	background:#000 url(/images/menu_divider.jpg) no-repeat left top;
}

#wrapper{
	width:1000px;
	margin:0px auto;
	
}

#wrapper .padding{
	padding-top:22px;
	padding-left:66px;
	padding-right:66px;
}
	
/* Containers */

#container{
	margin:0px auto;
	padding-bottom:20px;
	border:solid 1px #fff;
	background: #000 url(/images/home.jpg) no-repeat;
}

.display-none{
	display:none;
}

.error_message{
	color:red;
}

label{
	color:#0000cc;
	font-size:1.1em;
	font-weight:900;	
}

#footer{
	font-size:0.6em;	
}
/*
.bg_home{
	
}

.bg_media{
	background: #000 url(<?php print  HTTP_ROOT ?>/images/media.jpg) no-repeat;
}


#container2 { 
	width:800px;
	height:600px;
	background:#000 url(<?php print  HTTP_ROOT ?>/images/home.jpg) no-repeat;
}
#container3 { 
	width:800px;
	height:600px;
	background:#000 url(<?php print  HTTP_ROOT ?>/images/home.jpg) no-repeat;
}
#container4 { 
	width:800px;
	height:600px;
	background:#000 url(<?php print  HTTP_ROOT ?>/images/home.jpg) no-repeat;
}
*/
/* End Containers */