body{
	width:1024px;
	margin:0 auto;
	font-family:arial,verdana;
	background-image:url('/images/background2.jpg');
	background-repeat:no-repeat;
	background-position:right top;
}

p{
	
}

#header{
	height:70px;
	border: 2px solid #eeeeee;
	margin: 15px 0px;
	padding: 15px;
	
	-moz-border-radius: 5px 20px 5px 5px;
	-webkit-border-radius: 5px 20px 5px 5px;
	
	background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
}

#header h1,h4{
	margin:0px;
	text-shadow: 0.05em 0.05em 0.05em #999999;
	color:#ffffff;
}

#header h1{
	text-transform:capitalize;
}

#content {
	width:100%;
	border:1px solid #eeeeee;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
	background:#fff;
}

#leftbar{
	align:left;
	width:190px;
	border-right:1px solid #eeeeee;
	vertical-align:top;
	font-size: .8em;
	padding: 10px;
}

#leftbar ul{
	padding: 0;
	margin-left: 0;
}

#leftbar ul li{
	list-style: none;
	padding: 5px 0px;
	margin-left: 0;
	width:100%;
	display:block;
	border-bottom:1px solid #cccccc;
	font-weight:bold;
}

#leftbar ul li a{
	text-decoration:none;
}


#main{
	align:left;
	width:664px;
	padding:15px;
	vertical-align:top;
}

#image{
	float:left;
	margin: 0px 10px 10px 0px;
	padding: 5px;
	border:1px solid #eeeeee;
}

#main img{
		
}

#main p{
	line-height: 150%;
	font-size: .9em;
}

#rightbar{
	text-align:left;
	width:190px;
	border-left:1px solid #eeeeee;
	vertical-align:top;
	font-size: .8em;
	padding: 10px;
}

#footer{
	height: 60px;
	border: 2px solid #eeeeee;
	margin: 15px 0px;
	padding: 15px;
	text-align:center;
	font-size:.7em;
	
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	
	background: rgb(125,185,232); /* Old browsers */
background: -moz-linear-gradient(top, rgba(125,185,232,1) 0%, rgba(32,124,202,1) 49%, rgba(41,137,216,1) 50%, rgba(30,87,153,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,1)), color-stop(49%,rgba(32,124,202,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(100%,rgba(30,87,153,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(32,124,202,1) 49%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(32,124,202,1) 49%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(32,124,202,1) 49%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(125,185,232,1) 0%,rgba(32,124,202,1) 49%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 100%); /* W3C */
}
