body {
    margin: 0;
}

div.clear {
    clear: both;
}

div.clear2 {
    clear: both;
    height: 15px;
}

div {
    text-align: left;
}

#main {
    width: 1024px;
    min-height: 100%;
    height: auto;
}

#main .top_padding {
    height: 12px;
    background-image: url(../gfx/top_padding.png);
    background-repeat: no-repeat;
}

.left_screen {
    width: 179px;
    float: left;
    height: 100%;
}

.right_screen {
    width: 178px;
    float: left;
    height: 100%;
    background-repeat: no-repeat;
}

.middle_screen {
    width: 492px;
    float: left;
    height: 100%;
    background-repeat: no-repeat;
}

.side_screen {
    width: 175px;
    float: left;
    height: 100%;
    background-repeat: no-repeat;
}

.margin_div {
    width: 15px;
    float: left;
    height: 100%;
}

.content_div {
    float: left;
    width: 462px;
}

#main #top {
    height: 242px;
}

#main #top .left {
    background-image: url(../gfx/top_left_bg.png);
}

#main #top .middle {
    background-image: url(../gfx/top_middle_bg.png);
}

#main #top .middle img{
    width: 458px;
    height: 236px;
    border: solid 2px #FFFFFF;
}

#main #top .side {
    background-image: url(../gfx/top_side_bg.png);
}

#main #top .right {
    background-image: url(../gfx/top_right_bg.png);
}

#main #top_space {
    height: 106px;
}

#main #top_space .left {
    background-image: url(../gfx/top_space_left_bg.png);
}

#main #top_space .middle {
    background-image: url(../gfx/top_space_middle_bg.png);
}

#main #top_space .side {
    background-image: url(../gfx/top_space_side_bg.png);
}

#main #top_space .right {
    background-image: url(../gfx/top_space_right_bg.png);
}

#main #content {
    height: auto;
    background-image: url(../gfx/content_bg.png);
    background-repeat: repeat-y;
}

#main #content .left {
    background-image: url(../gfx/content_left_bg.png);
    min-height: 411px;
    height: auto;
}

#main #content .middle {
    background-image: url(../gfx/content_middle_bg.png);
    min-height: 411px;
    height: auto;
}

#main #content .side {
    background-image: url(../gfx/content_side_bg.png);
    min-height: 411px;
    height: auto;
}

#main #content .right {
    background-image: url(../gfx/content_right_bg.png);
    min-height: 411px;
    height: auto;
}

.content_div1 {
    padding-left: 15px;
    padding-right: 15px;
}

#main #content .middle .content_div1 h1{
    font-family: Verdana;
    font-size: 25px;
    font-weight: bold;
    color: #ee4394;
    padding: 0;
    margin: 0;
}

#main #content .middle .content_div1 h3{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #595959;
    padding: 0;
    margin: 0;
}

#main #content .middle .content_div1 ul{
    list-style: none;
}

#main #content .middle .content_div1 ul li{
    font-family: verdana;
    font-size: 12px;
    color: #766d4a;
    padding-bottom: 15px;
    margin-left: -40px;
}

#main #content .side .side_content {
    margin-left: 10px;
    width: 160px;
}

#main #content .side .side_content h2{
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #ee4394;
    margin: 0;
    padding: 0;
}

#main #content .side .side_content{
    color: b5b4b4;
    font-family: verdana;
    font-size: 10px;
}

.box{padding: 0 25px 0 10px;}
	.box .title{}
	.box .title h2{
		font-family: Verdana;
	    font-size: 13px;
	    font-weight: bold;
	    color: #ee4394;
	    margin: 0;
	    padding: 0;
	}
	
	.box .cnt{
		color: white;
    	font-family: verdana;
    	font-size: 10px;
	}

#news_content{
	color: #b5b4b4;
	font-family: Verdana;
	padding-left: 15px;
    padding-right: 15px;	
}
#news_content .entry{}
	#news_content .entry h1, #news_content .entry h1 a{
	    font-size: 25px;
	    font-weight: bold;
	    text-decoration: none;
	    color: #ee4394;
	    padding: 0;
	    margin: 0;
	}
	
	#news_content .entry h1 a:hover{text-decoration: underline;}
	#news_content .entry .published{
		color: #595959;
		font-size: 11px;
    	font-weight: bold;
	}
	
	
	#news_content .entry a.read_more{
		color: #ee4394;
		font-size: 10px;
		text-decoration: none;
		font-weight: bold;
	}
	
/*** Comments ***/
div#comments{
	font-size: 12px;
	color: #b5b4b4;
	width: 100%;
	margin: 0; 
	padding: 0;
}
	div#comments .comment-header{
		
	}
	
	div#comments .comment{
		color: #b5b4b4;
		margin-bottom: 10px;
	}
	
		div.comment .info{
			font-weight: bold;
			padding: 5px;
			background: #1e1e1e;
		}
		
		div.comment .text{
			padding: 5px;
		}
	
	div#comments .comment_form{
		background-color: #1e1e1e;
	}
		div.comment_form label{
			width: 100px;
			padding: 4px;
			float: left;}
			
		div.comment_form input.i, 
		div.comment_form textarea.i{
			font-family:Verdana;
			color: #efefef;
			width: 300px;
			border: 1px solid #5d5d5d;
			background-color: #484848;
			padding: 2px;
			margin: 2px;}
			
		.btn{
			color: #5c5c5c;
			background-color: #484848;
			border: 1px solid #5d5d5d;
			font-size: 1em;
			font-weight: bold;
			margin: 5px 3px 4px 3px;
			padding: 2px 7px 2px 7px;}
		
			.btn:hover{color: #000;}
			
/***** Message boxes *****/
.msgb0x-ok,
.msgb0x-error,
.msgb0x-warning{
	padding: 4px;
	font-weight: bold;}

.msgb0x-ok{
	border: 1px solid #349534;
	background-color: #C9FFCA;
	color: #008000;}

.msgb0x-error,
.msgb0x-error-1{
	border: 1px solid #CC0000; 
	background-color: #F7CBCA;
	color: #CC0000;}
	
.msgb0x-error-1{border: none 0;}
.msgb0x-warning{
	border: 1px solid #DEDEDE; 
	background-color: #FFFFCC;
	color: #222222;}
	
	
ul.side_img {
    list-style: none;
    margin-top: 4px;
    margin-left: -20px;
}

ul.side_img li {
    margin-left: 3px;
    width: 72px;
    float: left;
}

ul.side_img li.first{
    margin-left: -22px;
}

ul.side_img li img{
    width: 66px;
    height: 49px;
    border: solid 2px #FFFFFF;
}

div.guestbook_item {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0px;
    width: 145px;
    font-family: verdana;
    font-size: 10px;
    color: white;
    border-bottom: solid 1px #4f4f4f;
}

div.noborder {
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
}

div.guestbook_item .by{
    color: #4f4f4f;
}

ul.ul_menu {
    margin-left: -20px;
    margin-top: 0px;
}

li.menu_item_normal {
    height: 57px;
    width: 160px;
    background-repeat: no-repeat;
    background-image: url(../gfx/normal_menu_bg.png);
    background-position: left;
    display: block;
    margin-left: -20px;
    cursor: pointer;
    margin-bottom: 5px;
}

li.menu_item_normal:hover {
    background-image: url(../gfx/hover_menu_bg.png);
}

li.menu_item_normal .big{
    padding-top: 15px;
    padding-left: 20px;
    font-family: verdana;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

li.menu_item_normal .small{
    padding-left: 20px;
    font-family: verdana;
    color: white;
    font-size: 12px;
}