﻿/*
Design by Utpalendra Kumar Deka
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background:  #222222; /* url('../images/bg.gif') repeat;*/
	background-position: center top;
	font-size: 13px;
	color: #ffffff;
	font-weight: normal;
	font-family: 'Trebuchet MS';
}

a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	
	color: #ffffff;
	font-weight: bold;
}

#wrap{
	width: 1000px;
	margin: 40px auto;
}


/* Page */
#in{
	margin:5px auto;
	padding:0;
}
#paget{
	width:972px;
	height:15px;
	background:transparent url('../images/topb.png') no-repeat scroll center bottom;
}
#pagem{
	width:972px;
	background:transparent url('../images/middleb.png') repeat-y scroll center;
	padding-top:10px;
	padding-bottom:10px;
}
#pageb{
	width:972px;
	height:14px;
	background:transparent url('../images/bottomb.png') no-repeat scroll center top;
}

.content{
		
}

