/*

Developed By: Ashish Lohorung Rai
URL: http://meroblogs.blogspot.com

*/


*{

	border:0px;
	margin:0px;
	
		
}

body{
	background-color: #66132F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9B2F23;
	/*background-image: url(images/bottombg.jpg);
	background-repeat: repeat-x;*/
	
}

a:link {
	color: #BB4133;
	text-decoration:none;
}
a:visited {
	color: #BB4133;
	text-decoration:none;
}
a:hover {
	color: #D8786D;
	text-decoration:none;
}
a:active {
	color: #BB4133;
	text-decoration:none;
}

.midbarbg{
	background-image: url(images/midbarbg.gif);
	background-repeat: repeat-x;
	

}
.imgborder {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #CCCCCC;
}

.barbg{
	background-image: url(images/barbg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size:13px;
	padding-left:12px;

}
.midbg{
	background-image: url(images/midbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.whitefont{

	color:#FFFFFF;
}

.whitelink{
	
	font-size:13px;
	color:#FFFFFF;
}
a.whitelink:link {
	color:#FFFFFF;
	text-decoration:none;
}
a.whitelink:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a.whitelink:hover {
	color: #BE2355;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
a.whitelink:active {
	color:#FFFFFF;
	text-decoration:none;
}

.featlink{
	color:#FFFFFF;
	padding-left:18px;
	
}
a.featlink:link {
	color:#FFFFFF;
	text-decoration:none;
}
a.featlink:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a.featlink:hover {
	color:#F48B4D;
	text-decoration: none;	
}
a.featlink:active {
	color:#FFFFFF;
	text-decoration:none;
}
.bottombor{

border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #D06053;
}

.copybg{
	background-image: url(images/copybg.gif);
	background-repeat: repeat-x;


}

/*Custom IDs*/

#cointainer{
	width: 980px;
	margin: 60px auto 80px auto;
	
}

#logo{

	margin: 0px 0px 20px 0px;
}
#copyright{

	padding: 20px;
	width: 350px;
	float:left;
}
#developer{

	padding: 20px;
	width: 250px;
	float:right;
	text-align:right;
}

#maincontent{

	padding: 20px;
}


#pic{

	width: 320px;
	float:right;
	text-align:right;
}

