*{
	margin:0;
	padding:0;
}

html{
	min-width:770px;
}

body{
	background:white url(../candy/background.png) 0 0 repeat;
	text-align:center;
}

/*=====[ Set up container divs and add background tiles ]=====*/

#pageheadContainer,
#contentContainer,
#footContainer{
	width:100%;
}

#pageheadContainer{
	background-color: #4B271B;
	background-image: url(candy/pageheadBackground.png);
	background-position: center bottom;
	background-repeat: repeat;
}

#contentContainer{
	float:left;
	background-repeat: repeat;
	background-image: url(candy/contentBackground2.png);
	background-position: 50% 100%;
}

#footContainer{
	clear:both;
	background-color: #4B271B;
	background-image: url(sCode/footBackground.png);
}

#pagehead,
#content,
#foot{
	width:770px;
	margin:0 auto;
	position:relative;
	text-align:left;
}

#pagehead{
	height:130px;
}

#foot{
	height:150px;
}

#pagehead{
	background-color: transparent;
	background-image: url(images/pageheadBackground3.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
}

#content{
	min-height:300px;
	_height:300px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#foot{
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: 100% 0;
}


#article{
	width:450px;
	float:left;
	padding:40px 0 20px 0;
	margin-left:50px;
}

#subContent{
	display:inline;
	width:180px;
	float:left;
	padding:40px 0 20px 0;
	margin-left:30px;
	color:#8B725A;
	font-size:.9em;
}
.image{
padding:10px:}

/*=====[ Navigations ]=====*/

#pagehead h1 a{
	display:block;
	text-indent:-9999px;
	width:230px;
	height:150px;
	text-decoration:none;
	float:left;
}

#pagehead a:hover{
	background:transparent;
}

#pagehead h1{
	position:absolute;
	top:0;
	left:0;
}

/* Main navigation list */

a:link {
	color: #2362B8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2362B8;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}#pagehead ul{
	display:block;
	position:absolute;
	top:105px;
	left:247px;
	width: 523px;
}

#pagehead li{
	display:block;
	float:left;
	width:80px;
	margin-left:3px;
}

#pagehead li a{
	display:block;
	height:20px;
	text-align:center;
	color:#4B271B;
	font-size:1.2em;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
	text-transform:lowercase;
}


#pagehead li.odd a{
	background:#CBA181;
}

#pagehead li.even a{
	background:#B67357;
}

#pagehead a:hover{
	color:#FFE;
}

/* Foot navigation and FIR */

#foot ul{
	position:absolute;
	top:47px;
}

#foot li{
	list-style-type:none;
}

#foot #foot1{
	width:200px;
	position:absolute;
	left:300px;
}

#foot #foot2{
	width:200px;
	position:absolute;
	left:570px;
}

#foot #pageTop{
	position:absolute;
	left:482px;
	top:-40px;
}

#foot #pageTop a{
	display:block;
	width:26px;
	height:26px;
	text-indent:-9999px;
	text-decoration:none;
	background:transparent url(../candy/pageTop.png) 0 0 no-repeat;
	float:left;
}

/*General params and typography */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
}

#content ul{
	margin:0.8em 0 0.6em 1em;
	padding-left:1em;
	list-style-type:square;
}

ol{
	margin:0.8em 0 0.6em 2em;
	padding-left:1em;
	list-style-type:lower-roman;
}

blockquote{
	margin:0.8em 0 0.6em 1em;
	padding-left:1em;
	font-style:italic;
	border-left:4px solid #E2D7CF;
}

/* Frame images */
img{
	border:2px dotted #CBA181;
	margin: 5px;
	padding: 5px;
}

#content{
	font-size:1.25em;
}

p{
	margin:0.3em 0 0.6em 0;
}

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

a:hover{
	background:#9D6141;
	color:#FFE;
}

#article{
	line-height:1.7em;
	color:#635141;
}

h1,
h2,
h3,
h4{
 font-family:Georgia, Times New Roman, Times, serif;
}

h2{
	color:#98533B;
	margin-bottom:.5em;
	line-height:1.7em;
	font-size:1.7em;
}

h3{
	margin:0.8em 0 0.6em 0;
	font-size:1.3em;
}

h4{
	margin:0.8em 0 0.6em 0;
	font-size:1.1em;
}

/* Sub Content */

#subContent h2{
	font-size:1.3em;
}

#subContent h3{
	font-size:1.1em;
}

