body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#a6a6a7;
	font:0.9em Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	margin:20px auto 10px auto;
	text-align:left;
	width:930px;
	background-color:#fff;
	padding:10px;
	-webkit-box-shadow: 6px 6px 6px #666;
	-moz-box-shadow: 6px 6px 6px #666;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#888888, offX=5, offY=5, positive=true); 	
}

.clear {
	clear:both;
}

img {
	border:none;
}

/* ================================================= LEFT CONTENT */

#left-content {
	width:330px;
	float:left;
	background-color:#47474a;
	margin-bottom:10px;
}

#logo-container {
	margin:20px;
}

#left-content ul {
	margin:40px 0 40px 0;
	padding:0;
	list-style:none;
	text-align:center;
	font-size:1.2em;
}

#left-content ul li {
	margin-bottom:10px;
}

#left-content ul li a, #left-content ul li a:visited {
	color:#93a6b2;
	text-decoration:none;
}

#left-content ul li a:hover {
	color:#4a9bcb;
}

/* ================================================= RIGHT CONTENT */

#right-content {
	float:right;
	width:590px;
	line-height:1.6em;
	margin-bottom:10px;
}

#right-content h1 {
	margin:0 -20px 0 0;
	padding:10px;
	background-color:#3c3c3d;
	color:#fff;
	font-size:1.5em;
	font-weight:100;
}

#right-content h2 {
	font-size:1.1em;
}

#right-content h3 {
	font-size:1.1em;
	border-bottom:1px solid #000;
	padding-bottom:5px;
}

#right-content a, #right-content a:visited {
	color:#333;
}

/* ================================================= CATEGORIES */

#categories {
	background-color:#c9c9bb;
	padding:20px 13px 20px 30px;
	min-height:218px;
}

.category {
	width:205px;
	float:left;
	background-color:#9b9b8d;
	margin-right:15px;
	-webkit-box-shadow: 3px 3px 3px #666;
	-moz-box-shadow: 3px 3px 3px #666;	
}

.category img {
	border-bottom:5px solid #818176;
}

.category h4 {
	color:#333333;
	font-weight:100;
	font-size:1.2em;
	margin:0;
	padding:15px;
}

.category h4 a, .category h4 a:visited {
	color:#333333;
	text-decoration:none;
}

.category h4 a:hover {
	text-decoration:underline;
}

/* ================================================= FOOTER */

#footer {
	margin-left:auto;
	margin-right:auto;
	width:950px;
	margin-top:20px;
	padding-bottom:25px;
	color:#666666;
}

#footer-left {
	float:left;
}

#footer-right {
	float:right;
}






/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

