/*
CSS Credit: http://www.modelifestylemagazine.com/
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
}

a:link, a:visited { color: #333333; text-decoration: none;} 
a:active, a:hover { color: #333333; text-decoration: underline;}

h1 {
	margin: 0 0 5px 0;
	padding: 10px 0 10px 10px;
	font-size: 24px;
	font-weight: normal;
	color: gray;
	
}

h2 {
	margin: 0 0 10px 0;
	padding: 5px 0 5px 10px;
	font-size: 16px;
	color: gray;
	
}


h3 {
	letter-spacing: 5px;
	margin: 0;
	padding: 3px 0 3px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	
}

h4 {
	margin: 0 0 7px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

h5 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #195fff;
}

p{
	margin: 0 0 10px 0;
}

img {
	border: none;
	margin: 0;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 10px;	
}


.cleaner_with_more_height {
	clear: both;
	width: 100%;
	height: 200px;	
}


#modelifestylemag_container {
	margin: auto;
	width: 960px;
	background-color:#999999
}

/* top panel  height reduced from 120px */
#modelifestylemag_top_panel {
	width: 960px;
	height: 75px;
	margin: 0;
	padding: 0;
	background: #003 url(images/mode-header2-s.jpg) no-repeat;
	border: 1px solid #CCCCCC;
}




#modelifestylemag_top_panel #clock{
	float:right;
	padding-right: 50px 3px 0 0;
	margin: 40px 10px 0 0;
	color: #CCC;
	font-size: 12px;
	font-weight: bold;
}


.modelifestylemag_ad_468x60 {
	float: right;
	color: #FFFFFF;
	margin: 40px 15px 0 0;
	width: 290px;
	height: 60px;
}

.modelifestylemag_ad_468x60 img{
	border: none;
}
/* end of top panel */







#modelifestylemag_content {
	width: 960px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}

#modelifestylemag_content #modelifestylemag_content_left {
	float:left;
	width: 130px;
	padding: 0 10px 0 0;	
	border-right: 1px solid #CCCCCC;
}

#modelifestylemag_content #modelifestylemag_content_right {
	float: right;
	width: 600px;
}


#modelifestylemag_content #modelifestylemag_content_center {
	float: none;
	width: 958px;
}




#modelifestylemag_content_left .modelifestylemag_content_left_menue {
	clear: both;
	width: 130px;
}

.modelifestylemag_content_left_menue   .first_menue {
	float: left;
	width: 130px;
	height: 200px;
	margin: 0 20px 0 0;
	
}


.modelifestylemag_content_right  .main_content {
	float: right;
	width: 600px;
	height: 700px;
	margin: 0 20px 0 0;
}


.modelifestylemag_content_center  .center_content {
	float: none;
	width: 958px;
	height: 575px;
	margin: 0 auto;
}



/* ----- Footer ----- */
#modelifestylemag_footer {
	clear: both;
	padding: 5px 25px;
	width: 910px;
	text-align: center;
	background: #DDD;
	text-align: center;
	font-size: 11px;
	color: #666;
}

#modelifestylemag_footer p{
	margin-bottom: 5px;
	padding: 0;
	text-align: center;
}

#modelifestylemag_footer a{
	font-weight: normal;
}

/* ----- End of Footer ----- */

