body {
	font: 62.5%/1.6em "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#888;
	margin:0;
	background:url(../images/body.jpg) top repeat-x #121212;
	background-attachment:fixed;
}

* {
	margin:0;
	padding:0;
}

td {
	font-size: 15px;
	color: #333;
	
}

.quote{
	border: 1px solid #ccc;
	border-width: 1px 0 1px 0;
	width: 350px;
	padding: 5px;
	margin: 5px auto !important;
	font-size: 12px !important;
	background-color: #FAFFB8;
}
.from{
	text-align:right;
	width: 440px;
	margin: 0;
	padding: 0 0 15px 0;
	font-style: italic;
}

#wrapper1 {
	background:#1e1e1e;
	padding:0 10px 10px 10px;
	width:760px;
	margin:0 auto;
}

#wrapper2 {
	width:740px;
	background:url(../images/wrapper2.jpg) bottom repeat-x #fff;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:0 10px 10px 10px;
}

#header h1 {
	font:20px Arial;
	letter-spacing:-1px;
	color:#666;
	float:left;
	padding:35px 20px 14px 0;
	float: right;
}

#logo {
	float: left;
	padding: 30px 0 14px 25px;
}
#container {
	clear:both;
	padding:20px 0 0 0;
}

p.description {
	background:url(../images/description.jpg) right bottom no-repeat #D29AB8;
	padding:50px 10px 60px 10px;
	color:#fff;
	font-size:19px;
	font-weight: lighter;
	line-height:25px;
	border-top:4px solid #BB4A88;
	text-align: center;
}

#sidebar {	
	width:230px;
	float:right;
	background:url(../images/sidebar.jpg) top right no-repeat #fff;
	padding:10px 20px 10px 10px;
	margin:-30px 0 0 0;
	border-left: 1px solid #eee;
}

#content {
	margin:0 260px 0 5px;
	padding:10px 20px 0 0;
	background:url(../images/content.jpg) top right no-repeat;
}

#content h2 {
	font:2.2em Arial;
	color:#121212;
	letter-spacing:-1px;
	margin:10px 0;
	border-bottom:2px solid #eee;
	background:url(../images/h2.jpg) bottom left no-repeat;
	clear:left;
}
#content h2 a {
	color:#121212;
	text-decoration:none;
}
#content p {
	margin:10px 0;
	font-size:16px;
	line-height:21px;
	color: #444;
}

#sidebar h2 {
	color:#333;
	margin:0 0 8px 0;
	font-size:16px;
	font-weight: normal;
}

p.news {
	background:#f4f4f4;
	padding:6px;
	margin:0 0 10px 0;
	border-left:5px solid #DCC5D1;
	font-size: 13px;
}

p.news a.more {
	display:block;
	color:#333;
	text-decoration:none;
	text-align:right;
	border:none;
	padding-top: 8px;
}

#sidebar ul {
	list-style:none;
	border-top:1px solid #eee;
	border:none;
	padding:0;
	margin:0;
}
#sidebar ul li {
	border-bottom:1px solid #eee;
	padding:5px;
	margin:0;
}
#sidebar ul li a {
	color:#0066dd;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#0033aa;
}

#content h3 {
	font:1.8em Trebuchet MS;
	color:#555;
	margin:10px 0;
}

a {
	color:#222;
	text-decoration:none;
}
 a:hover {
}
ol.subnav {
	margin:-10px 0 0 -5px;
	padding:0;
}
ol.subnav li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
ol.subnav a {
	font-weight:normal;
	font-size: 13px;
	color:#555;
	border-top:2px solid #fff;
	display:block;
	padding:5px;
	text-decoration:none;
	margin:0 5px 0 0;
	border-bottom:none;
}
ol.subnav a:hover {
	border-top:2px solid #D299B9;
	color:#121212;
	border-bottom:none;
}
.icon {
	float: left;
	border: 2px solid #ccc;
	margin-right: 5px;
}
.mini {
	border: 2px solid #ccc;
	margin: 0 3px 5px 0;
}
.mini:hover{
	border: 2px solid #999;
}
#footer {
	text-align:center;
	border-top:2px solid #000;
	padding:10px;
	margin:30px 0 0 0;
	color:#ccc;
	width:760px;
	margin:0 auto;
}
#footer a {
	color:#eee;
}

/* SLIDESHOW */

.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 1px solid #333;
width: 135px;
height: 120px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 450px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 16px;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
color: #FF4FC1;
font-weight: bold;
font-size: 20px;
}
