/* Basic Elements */
html, body {
	
	margin: 0;
	background-image: url('bg_grad_blueint.jpg');
	/* Another background option */
	/*background-color: #303849; */
	background-repeat: repeat; 
	
	}
#container 
{
	border: 1px solid #cecece;
	width: 1000px;
	margin-left: 10%;
	margin-right: 10%;
	background-color: white;
	
	
	}
#header {
	width: 100%;
	height: 123px;
	background: url("templogo3.jpg") no-repeat 0% 0%;
	
		
	}
#wrapper {
	float: left;
	width: 1000px;
	}
#content 
{
	border-top: 1px solid #cecece;
	margin: 0px 0%;
	margin-left: 190px;
	padding: 5px 5px;
	
	}
#left {
	float: left;
	width: 20%;
	margin-left: -1010px;
	
	}
#right {
	float: left;
	width: 150px;
	margin-left: -990px;
	background: #84d5fa;
	
	}
#footer {
	width: 75%;
	clear: both;
	text-align: center;
	padding: 5px 0;
	color: #666;
	/* display: none; */
	
	}

/* Sidebar */
#sidebar {
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	border-top: 1px dotted #cecece;
	}
#sidebar li a {
	display: block;
	font-weight: bold;
	font-size: 1em;
	color: #666;
	border-right: 7px solid #cecece;
	text-decoration: none;
	padding: 7px 0 4px 20px;
	}
#sidebar li a:hover {
	color: Blue;
	border-right: 7px solid Blue;
	}

/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	}
img {
	border: 0;
	}
h1 {
	display: block;
	text-align: Center;
	text-indent: 40%;
	color: #666;
	}
a {
	color: #2728;
	text-decoration: none;
	}
a:hover {
	color: Red;
	}