/* CSS Document For Three Column Option */

/* Main Settings */

body {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height:18px;
	background-image:url(images/dompat.jpg);
	background-repeat:repeat;
	background-color:#FFFFFF;
}
li{ 
	list-style-type: disc;
}

hr {
	border-top: 1px dotted #000;
	color: #FFFFFF;
}

h2 {
	color: #7A5700 ;
}

a {
	color:#333333;
}

a:hover {
	color: #000000;
	background-color: #F5F5F5;
}

.blue {
	color: #4c94e0;
	font-weight: bold;
	font-size:16px;
	line-height: 1.3em;
}

#fullPage { width: 100%; }
#fullContent { width: 590px; background-color:#FFF; padding: 0 50px; height: 100%; border: 2px solid #F5F5F5; }
#bannerId { clear:both;  background-color: #FFF; width:590px; height: 310px; }

/**/
/* 3 Column */

#lhId	{
	float:left;
	width: 195px;
	background-color:#FFF;
}

#contentId	{
	float:right;
	width:395px;
	background-color:#FFF;
}


#footer {
	clear: both;
	background-color: #e0e9f3;
	height: 35px;
	width: 585px;
	text-align: right;
	color:#333;
	font-size:10px;
	padding: 20px 5px 0 0;
	margin: 20px 0 20px 0;
}


/**/
/* Text Formatting */
.review { 	margin-top: 8px; }

.review h2, h3, h4 { 	display: inline; }

.review h2 { color: #7A5700; font-size:16px; }

.review h3 { color: #333; font-size:14px; }

.review h4 { color: #666; font-size:12px; }

/* ***** */

.writing { 	margin-top: 8px; }

.writing h2, h3, h4 { 	display: inline; }

.writing h2 { color: #7A5700; font-size:16px; }

.writing h3 a { color: #333; font-size:14px; }

.writing h3 a:hover { color: #666666; background-color:#FFFFFF; }

.writing h4 { color: #666; font-size:12px; }

/* ***** */

.blog {
	margin-top: 8px;
}

.blog h3, h4 {
	display: inline;
}


.blog h3 {
	color: #333;
	font-size:14px;
}

.blog h4 {
	color: #666;
	font-size:12px;
}

/* ***** */

.links {
	margin-top: 8px;
}


.links h3 a {
	color: #333;
	font-size:14px;
	display: block;
	background-color:#e0e9f3;
	text-decoration:none;
}

.links h3 a:hover {
	color: #666;
	font-size:14px;
	background-color:#e0e9f3;
	text-decoration:underline;
}

.links h4 a {
	color: #666;
	font-size:12px;
}

.links h4 a:hover {
	color: #333;
	font-size:12px;
	text-decoration: none;
}

/**************************/
.quote
{	
	color: #666666;
	display: inline;
	font-style: italic;
}

.menu_list {
	padding-bottom: 10px;
}

.menu_list a img {
	border: 0;
}