
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,hgroup, menu, nav, section, menu,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

article, aside, figure, footer, header,
hgroup, nav, section { display:block; }

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }


/* END RESET CSS */

/* MY STYLE STARTS HERE */
.clear{
	clear:both;
}
body{
	background:url('images/headerBackground.jpg') repeat-x,url('images/background2.jpg');
}
#wrapper{
	width:960px;
	position: absolute;
    left: 50%;
    margin-left: -480px;
    z-index:2;
    
}
#header{
	width:100%;
	height:70px;
	background:url('images/headerBackground.jpg') repeat-x;
}
nav{
	margin-left:20px;
}
nav ul li{
	display:inline-block;
	height:70px;
	margin:0px;
	float:left;
}
nav ul li:hover,nav ul li:last-child:hover{
	background:url('images/activeLink.png');
}
nav ul li>a{
	background:url('images/spliter.jpg') no-repeat -1px 0px;
	height:70px;
	display:block;
	color:#fff;
	text-decoration:none;
	font-family: 'Droid Serif', serif;
	line-height: 68px;
	font-size: 17px;
	font-weight: 400;
	padding-right:10px;
	padding-left:10px;
}
nav ul>li:last-child>a{
	padding-left:15px;
}
nav ul li:last-child{
	background: url('images/spliter.jpg') right 1px no-repeat;
	padding-right:10px;
}
#content{
	width:959px;
	background:url('images/topBackground.png')top no-repeat,url('images/botBackground1.png')  bottom  no-repeat,#fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-o-border-radius:10px;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
	margin-top:70px;
	padding-top:16.8%;
	font-family: 'Droid Serif', serif;
	font-size:15px;
	color:#3f3838;
}
#content p{
	text-align: justify;
}
#topCont,#midCont,#botCont{
	width:90%;
	margin-left:5%;
}
#topCont{
	background:url('images/splitHor.jpg') bottom no-repeat;
	padding-bottom:3%;
}
#midCont{
	padding-top:3%;
}
#botCont{
	margin-top:10%;
}
#footer{
	position:absolute;
	top:877px;
	height: 224px;
	width:100%;
	background:url('images/coffeeBck2.png') 300px  no-repeat,url('images/contShad.png') 400px 85px no-repeat,url('images/footer.jpg') bottom repeat-x;
}
h2{
	font-size:26px;
}
button:hover{
	cursor:pointer;
}
