/*
Design by CSS Templates For Free
http://www.csstemplatesforfree.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	padding: 0;
	background: #DEDEDE;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	color: #730000;
}

a:hover {
	text-decoration: none;
	color: #730000;
}

/* Boxed */

.title {
	text-align: center;
	background: url(images/img04.gif) no-repeat left center;
}

.boxed1 .title {
	height: 24px;
	padding-top: 5px;
	font-size: 100%;
}

.boxed1 .content {
	background: url(images/img05.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed2 .title {
	font-size: 182%;
}

.boxed2 .content {
	background: url(images/img06.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed3 .title {
	font-size: 129%;
}

.boxed3 .content {
	background: url(images/img07.gif) no-repeat left bottom;
	padding: 10px;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}


/* Header */

#header {
	width: 950px;
	height: 180px;
	margin: 0 auto;
	border: 5px solid #000000;
	color: #ffffff;
	
}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	background: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 20px 0 0 330px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 20px 0 0 0;
	font-size: 1em;
}

/* Logo */

#logo {
	float: left;
	width: 180px;
	height: 180px;
	background: #ffffff;
	border-right: 1px solid #FFFFFF;
	text-align: center;
}

#logo h1 {
	padding-top: 80px;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 36px;
	font-weight: normal;
}

#logo h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 9px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 950px;
	height: 41px;
	margin: 0 auto;
	background: #2E2E2E url(images/img3.gif);
	border: 5px solid #730000;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 40px 0 40px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background: url(images/img4.gif);
	color: #FFFFFF;
}

/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	background: #ffffff;
	
	border: 5px solid #730000;
}

/* Content */

#content {
	float: right;
	width: 650px;
	padding: 10px;
	border-bottom: 1px solid #FFFFFF;
}

#content p, #content ol, #content ul  {
	line-height: 152%;
	padding: 15px;
}

#content img  {
	padding: 10px;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	padding: 20px;
	background: #B1A9A9;
	height: 1410px;
}

#sidebar2 {
	float: right;
	width: 300px;
	padding: 20px;
	
}
/* News */

#news {
	padding-bottom: 0;
}

#news ul {
	list-style-type: square;
}

#news li {
	margin-bottom: 15px;
}

#news h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 77%;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 85%;
}

#news2 {
	padding-bottom: 0;
}

#news2 ul {
	list-style-type: square;
}

#news2 li {
	margin-bottom: 15px;
}

#news2 h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 77%;
}

#news2 h3 a {
	display: block;
}

#news2 p {
	font-size: 85%;
}
/* Welcome */

#welcome {
	margin-bottom: 20px;
}

/* Samples */

#sample1  {
	float: left;
	width: 330px;
}

#sample1 {
}

#sample2 
{
    float: left;
	width: 230px;
}

#sample3 
{
    float: right;
	padding: 15px;
	width: 290px;
	text-indent:10;
}

/* Footer */

#footer {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
	
}

#footer p {
	text-align: center;
	font-size: 77%;
}
