/* -----------------------------------------------------------------------------

	Torn v1.0
	--
	This is the CSS file for a freely available website template, available 
	at http://www.nnamdi.co.uk; Please leave this header intact.

----------------------------------------------------------------------------- */

body, html
{
	background: url('../images/layout/bg.png');
}

body, div, p, tr, td
{
	font-family: "times new roman";
	font-size: 15px;
	line-height: 20px;
}

form
{
	background: #fffcc4;
	border: 1px solid #eae47c;
	width: 710px;
	margin: 0 0 0 65px;
	padding: 5px;
	margin: auto;
}

a, a:visited, a:hover
{
	text-decoration: none;
	color: #325994;
	border-bottom: 1px dotted #325994;
}

a:hover
{
	color: #aaaaaa;
}

#mid form p
{
	margin: 0;
	padding: 0;
}

input, textarea
{
	border: 1px solid #cccccc;
	background: #ffffff;
	margin: 0;
	padding: 3px;
	color: #333333;
}

input[type=button], input[type=submit]
{
	background: #dafb9c;
	border: 1px solid #83ac34;
	padding: 2px;
	color: #000000;
}

#wrapper
{
	width: 850px;
	margin: auto;
}

#header
{
	background: url('../images/layout/header.png') no-repeat;
	height: 127px;
}

#header p
{
	font-size: 40px;
	position: relative;
	top: 30px;
	margin-left: 65px;
	float: left;
}

#header ul
{
	list-style: none;
	padding-left: 0;	
	margin: 30px 50px 0 0;
	float: right;
	font-family: verdana, sans;
}

#header li
{
	background: url('../images/layout/bullet.gif') no-repeat;
	padding-left: 28px;
	margin: 3px;
}

#mid
{
	background: url('../images/layout/body.png') repeat-y;
}

#mid p, h1, h2, h3
{
	margin: 0;
	padding: 5px 0px 5px 65px;
	width: 730px;
}

#mid h1, #mid h2, #mid h3
{
	margin: 0;
	padding: 5px 0 5px 65px;
	font-size: 18px;
	color: #f39707;
	font-family: verdana, sans;
}

#footer
{
	background: url('../images/layout/footer.png') no-repeat;
	height: 122px;
	padding: 10px 0 0 55px;
}

#footer p, #footer div
{
	color: #bbbbbb;
	font-size: 11px;
	font-family: verdana, sans;
	margin: 0;
}

#copy
{
	text-align: center;
	color: #efefef;
	font-size: 10px;
	font-family: verdana, sans;
}

#copy a
{
	text-decoration: none;
	color: #efefef;
	border: 0;
}

#copy a:hover
{
	color: #000000;
}

.fsec
{
	width: 170px;
	padding-left: 10px;
	float: left;
}

.fsec a
{
	text-decoration: none;
	color: #bbbbbb;
	border: 0;
}

.fsec a:hover
{
	color: #000000;
}

.rbdr
{
	border-right: 1px dotted #bbbbbb;
}

