/* CSS Document */

/* Normalises margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, filedset, input, p, blockquote, th, td { 
	margin:0; padding:0; 
}

/*remove list syles */
ol, ul { 
	list-style : none; 
}


body {
	background:#f5f4f4;
	width: 750px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

#header{
	background: url(../images/header.gif) no-repeat;
	padding:119px 42px 20px 40px;
	text-align: center;
	font-weight:bold;
}

#header p {
	font-size:14px;
	margin-bottom:20px;
}

#wrapper{
background: url(../images/backFold.gif) repeat-y;
}

#navigation {
	padding:0px 40px 20px 40px;
	text-align: right;
	width:209px;
	float:left;
	font-size:14px;
	font-weight:bold;
}

#navigation li {
	margin-bottom:10px;
}

#contentHome {
	background: url(../images/pics.jpg) no-repeat;
	padding:210px 42px 0px 0px;
	width:419px;
	float:right;
	line-height:1.2;
}

#contentHome p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:20px;
}

#content {
	padding:0px 42px 0px 0px;
	width:419px;
	float:right;
	line-height:1.2;
}

#content p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:20px;
}

#reset {
	clear:both;
}

a {
	color:#dc0202;
}

a:hover {
	color:#000000;
}

a:visited {
	color:#000000;
}

h1 {
	font-size:16px;
	font-weight:bold;
	color:#dc0202;
}

h2 {
	font-size:18px;
	font-weight:bold;
	color:#dc0202;
	margin-bottom:20px;
}

h3 {
	font-size:14px;
	font-weight:bold;
}

h4 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
}
