﻿/* Author: Sheril Jebasingh, email: mailsheril@gmail.com */
/* Copying, distribution or disclosure without the author's written permission is prohibited. */
/* Date Created: March 04, 2008 */
/* Date Modified: July 19, 2008 */

/***** Basic Properties ******/
body{
	margin: 0;
	font: 79%/1.7em "Trebuchet MS", verdana, Arial, helvetica, sans-serif;
	background: #000 url('../images/elements/pageBg.gif') repeat-x fixed;
	color: #fff;
	font-weight: lighter;
}

h1, h2, h3, h4, h5, h6, form{
	margin: 0;
}

img{
	border: 0;
}

a, a:visited{
	color: #ffea00;
	text-decoration: underline;
}

a:active, a:hover{
	color: #ffea00;
}

p, ul, ol, dl{
	padding: 0;
	margin: 0 0 1.5em;
}

ul{
	margin-left: 2em;
}

ol{
	margin-left: 2.5em
}

dl dt{
	font-weight: bold;
	margin-bottom: 0.25em;
}

dl dd{
	margin-bottom: 0.25em;
}

table{
	border-collapse: collapse;
}

input, textarea, select{
	font-family: verdana;
	color: #666;
}

/***** Basic Layout *****/
div.wrapper{
	width:800px;
	margin: auto;	
}

div.header{
	display: table;
	width: 800px;
	background: #d4c4a4 url('../images/headerBg.gif') repeat-x;
}

div.header h1{
	float:left;
	padding-left: 0.5em;
}

div.MainPanel{
	background: #896536 url('../images/elements/MainPanelBG.jpg') repeat-x;
}

div.contentPanel{
	clear: both;
	min-height: 330px;
	padding: 1em;
	background: #73552D url('../images/elements/ConentBG.jpg') repeat-x;
}

div.contentPanel h2{
	margin: 10px 0;
	font-size: 2em;
	color: #ff8000;
}

/***** Fixes *****/
.clearFix{
	margin: 0;
	padding: 0;
	display: block;
	float: none;
	clear: both;
	font-size: 0;
	height: 0;
}
