@charset "UTF-8";
*{
	margin: 0px;
	padding: 0px;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B4942;
	background: #FFFFFF;
}

/* Page Layout */
.container{
	width:900px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}
#header{
	height: 100px;
	background: #4A4841 url(images/top_bg.jpg) top repeat-x;
	position: relative;
}
#navigation{
	position: absolute;
	right: 0;
	top:15px;
}
#main{
	padding:24px 0 20px 0;
}
#center{
	float: left;
	width:650px;
	padding-right: 20px;
}
#rightcolumn{
	float: left;
	width: 200px;
	border-left: 2px solid #4A4841;
	padding-left: 15px;
}
#footer{
	height: 25px;
	background: #4A504C;
	font-size: 1.2em;
}

/* Special Tags */
a{
	text-decoration: none;
	color: #5599A7;
}
a:hover{
	color: #BB800F;
}
hr{
	display: none;
}
ul{
	list-style:none;
}

/* Special Properties */
#navigation li{
	float: left;
	padding-right: 27px;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: normal;
}
#navigation li a{
	color: #fff;
}
#navigation li a:hover,#navigation li.active a{
	color: #2C2C2C;
}
#rightcolumn p{
	font-weight:bold;
}

.mainContent h2{
	color: #5699A7;
	font-size:2em;
	margin:10px 0;
	text-transform: capitalize;
}
.mainContent p{
	padding-bottom:10px;
	font-size:1.3em;
	text-indent: 20px;
}
#footer a{
	color: #A39D97;
}
#footer p{
	color: #A39D97;
	text-align: center;
}

code{
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
	background: url(images/bgcode.gif);
}