@charset "utf-8";
/********************    Body - (C) Marcopoloinn Gulmit by Imran Hunzai (www.facebook.com/imranhunzai)    *********************/

body,td,th {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
body {
	background-color: #F2EDD9;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
 
.heading {
	font-size: 38px;
	color:#61470E;
	font-family: Tahoma, Geneva, sans-serif;
}
 
 .subheading {
	font-size: 28px;
	color: #990;
	font-family:Georgia, "Times New Roman", Times, serif;
}

 .mainbox {
	font-size: 10px;
	font-family:Verdana, Geneva, sans-serif;
}

 .alert {
	font-size: 28px;
	color: #F00;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 24px;
	color: #564416;
}
 
h2 {
	font-size: 24px;
	color: #960;
}
h3 {
	font-size: 24px;
	color: #F00;
}


h4 {
	font-size: 24px;
	color: #333;
}
h5 {
	font-size: 18px;
	color: #333;
}

h6 {
	font-size: 18px;
	color: #564416;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Geneva, sans-serif;
}

title{
	font-size: 24px;
	color: #564416;
	background-color:#993;
}
 
.footertext {
	font-size: 14px;
	color: #333;
}
a:link {
	color: #61470E;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #61470E;
}
a:hover {
	text-decoration: none;
	color: #C90;
}
a:active {
	text-decoration: none;
	color: #61470E;
}

.style1{
	color: #CCC;
	size:18px;
}

.style2{
	color: #FFF;
	size:14px;
	font-family: Arial, Helvetica, sans-serif;
}

.style3{
	color: #FFF;
	size:18px;
}

.style4{
	color: #61470E;
	font-weight: bold;
	text-decoration: none;
}

.form{
	color: #993;
	font-weight: bold;
	font-size:16px;
	text-decoration: none;

}

.form1{
	color: #61470E;
	font-weight: bold;
	font-size:18px;
	text-decoration: none;

}

imageright{
	float:right;
	clear:both;
	border:2px;
	border-color:#564416;
}


/********************    Header - (C) Marcopoloinn Gulmit by Imran Hunzai (www.facebook.com/imranhunzai)    *********************/

#header{
	width:780px;
	background-color: #564416;	
	float:left;
	clear:both;
}

/********************    Sidebar - (C) Marcopoloinn Gulmit by Imran Hunzai (www.facebook.com/imranhunzai)    *********************/

#sidebar {
	background-color:#564416;
	float: left;
	width: 160px;
	height: auto;
	margin: 0;	
	padding: 0;
	display: inline;

}
#sidebar ul.sidemenu {
	list-style:none;
	margin: 0;
	padding: 0;
	
}
#sidebar ul.sidemenu li {
	margin-bottom:0px;
	border: 1px solid #fff;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #564416;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #BDB48D;
	min-height:22px;
}

* html body #sidebar ul.sidemenu a { height: 22px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background:#61470E;
	color: #ffffff;

}

/********************    Content - (C) Marcopoloinn Gulmit by Imran Hunzai (www.facebook.com/imranhunzai)    *********************/

#content{
	width:600px;
	background-color: #FFF;
	float:right;
	margin-right:10px;
}

