/** Base **/

body {
	margin: 0px;
	padding: 0px;
	background: url(../../img/layouts/102/img02.jpg) repeat-x left top;
	line-height: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}

p {
	margin-top: 0;
	padding-top: 0;	
}

h1, h2, h3, h4, h5, h6, #ParkedArticleTitle, #ParkedDomainContentFourth {
	font-weight: normal;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #998E4A;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}

a {
	color: #998E4A;
}
a:hover {
	text-decoration: none;
}


.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list1 a {
	background: url(../../img/layouts/102/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}
.list2 {
	margin: 0;
	list-style: none;
}
.list2 a {
	background: url(../../img/layouts/102/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

img {
	border: none;
}
img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

/** Header **/

#header {
	width: 778px;
	margin: 0px auto;
	padding: 0;
	height: 99px;
}

#logo {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	font-weight: bold;
	font-family: Georgia;
	font-size: 2.5em;
}
#logo a {
	text-decoration: none;
	color: #998E4A;
}


/** Menu **/

#menuwrap {
	height: 45px;
	width: 100%;
}
#mb_top {
	height: 23px;
	background-color: #E3E2C4;
}
#mb_bottom {
	height: 22px;
	background-color: #d5d4b2;
}
#menu {
	width: 778px;
	margin: 0 auto;
	position: relative;
	top: -45px;
}
#menu ul {
	height: 45px;
	margin: 0;
	padding: 0;
	background: url(../../img/layouts/102/img04.gif) no-repeat;
	list-style: none;
	padding-left: 2px;
}
#menu li {
	float: left;
	height: 45px;
	background: url(../../img/layouts/102/img04.gif) no-repeat right top;
}
#menu a {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
	color: #000000;
	margin-right: 2px;
}
#menu a:hover {
	background-color: #E3E2C4;
	color: #FFFFFF;
	height: 25px;
	margin-right: 2px;
}
#menu .current_page_item a {
	height: 45px;
	color: #FFFFFF;
}


/** Content **/

#content {
	width: 778px;
	margin: 0px auto;
	padding: 40px 0px 20px 0px;
}
body#content {
	float: none;
	width: auto;
	text-align: left;
	padding: 0 !important;
}


/** Main **/

#main {
	float: right;
	width: 538px;
	min-height: 250px;
	padding-left: 20px;
	border-left: 1px dashed #E3E2C4;
	margin-bottom: 15px;
}
#main h2 {
	min-height: 22px;
	border-bottom: 1px dashed #E3E2C4;
	font-size: 12pt;
	font-weight: bold;
}


/** Sidebar **/

#sidebar {
	float: left;
	width: 200px;
}
#sidebar h3, #ParkedDomainContentFourth {
	font-size: 15px;
	font-weight: bold;
}
#sidebar h3 {
	height: 22px;
	border-bottom: 1px dashed #E3E2C4;
	border-spacing: 2px;
}
#sidebar ul,li {
	padding: 0;
	margin: 0;	
	list-style: none;
	display: block;
}


/** Articles **/

.meta {
	padding-bottom: 20px;		
}
#main .title, #ParkedArticleTitle {
	font-size: 23px;
	padding-bottom: 5px;
}
.title a {
	text-decoration: none;
}


/** Footer **/

#footer {
	clear: both;
	margin: 0px auto;
	height: 50px;
	background: url(../../img/layouts/102/img03.gif) repeat-x left top;
	text-align: center;
}
#footer p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 10px;
	color: #FFFFFF;
}
#footer a {
	color: #FFF;
}

