body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
*{
	margin:0;
	padding:0;
}

#wrapper{
	border:1px solid;
	max-width:1100px;
	margin:auto;
}

#logo{
	border:0px solid;
	float:left;
	width:20%;
	font-style:italic;
	padding-left:20px;
}

#header{
	clear:both;
	width:100%;
	background:#292929;
	height:42px;
	margin-top:100px;
}

#header ul{
	list-style:none;
}

#header ul li a{
	float:left;
	text-decoration:none;
	color:#fff;
	padding:0px 40px;
	text-align:center;
	height:42px;
	line-height:42px;
}

#header ul li a:hover{
	background:#f20068;
}
#header ul li a.active{
	background:#f20068;
}
#slider img{
	width:100%;
}

#contentarea{
	border:1px solid;
	clear:both;
	width:100%;
	float:left;
	margin-top:20px;
}

#contentarea #leftside{
	float:left;
	width:70%;
	border:0px solid;
}

#contentarea #leftside .thumbs{
	width:45%;
	float:left;
	margin-left:30px;
	margin-bottom:30px;
	min-height:200px;
	border:1px solid #ccc;
}

#contentarea #leftside .thumbs h2{
	background:#f20008;
	width:100%;
	color:#fff;
	text-align:center;
}

#contentarea #rightside{
	border:0px solid #ccc;
	float:right;
	width:26%;
	margin-right:20px;
}

#contentarea #rightside h2{
	background:#f20008;
	width:100%;
	color:#fff;
	text-align:center;
}

#contentarea #rightside ul{
	list-style:none;
}

#contentarea #rightside ul li{
	border-bottom:1px dotted #ccc;
	height:35px;
	line-height:35px;
	padding-left:10px;
}

#contentarea #rightside ul li a{
	text-decoration:none;
	color:#333;
}

#contentarea #rightside ul li a:hover{
	color:#f20068;
}

#footer{
	clear:both;
	float:left;
	width:100%;
	height:30px;
	line-height:30px;
	color:#fff;
	background:#333;
	text-align:center;
}

@media screen and (max-width:720px){
	#logo{
	border:0px solid;
	float:left;
	text-align:center;
	width:100%;
	font-style:italic;
	padding-left:20px;
}

#header{
	clear:both;
	width:100%;
	background:#292929;
	height:212px;
	margin-top:30px;
}

#header ul{
	list-style:none;
}

#header ul li a{
	float:none;
	display:block;
	text-decoration:none;
	color:#fff;
	padding:0px 40px;
	text-align:center;
	height:42px;
	line-height:42px;
}

#header ul li a:hover{
	background:#f20068;
}
#header ul li a.active{
	background:#f20068;
}
#slider img{
	width:100%;
}

#contentarea{
	border:1px solid;
	clear:both;
	width:100%;
	float:left;
	margin-top:20px;
}

#contentarea #leftside{
	float:none;
	width:100%;
	border:0px solid;
}

#contentarea #leftside .thumbs{
	width:90%;
	float:none;
	margin-left:30px;
	margin-bottom:30px;
	min-height:200px;
	border:1px solid #ccc;
}

#contentarea #leftside .thumbs h2{
	background:#f20008;
	width:100%;
	color:#fff;
	text-align:center;
}

#contentarea #rightside{
	border:0px solid #ccc;
	float:none;
	width:90%;
	margin-right:20px;
	margin-left:30px;
}

#contentarea #rightside h2{
	background:#f20008;
	width:100%;
	color:#fff;
	text-align:center;
}

#contentarea #rightside ul{
	list-style:none;
}

#contentarea #rightside ul li{
	border-bottom:1px dotted #ccc;
	height:35px;
	line-height:35px;
	padding-left:10px;
}

#contentarea #rightside ul li a{
	text-decoration:none;
	color:#333;
}

#contentarea #rightside ul li a:hover{
	color:#f20068;
}

#footer{
	clear:both;
	float:left;
	width:100%;
	height:30px;
	line-height:30px;
	color:#fff;
	background:#333;
	text-align:center;
}
}

