/*
Do you smell something fresh cooking? Mmmm, a CSS stylesheet created by Jonathan Wayne.
*/


html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
background-color: #cc6666;
background-image: url(../../../../../images/body.gif); repeat-x fixed top center;
margin: 0px 0px 0px 0px; /* top right bottom left */
padding: 0px;
font-family: "lucida grande", verdana, arial, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
font-size: 11px;
color: #ffffff;
text-align: center;
position: relative;
z-index: 1;
}

a {font-weight: bold; text-decoration: none;}
a:link {color: #990000;}
a:visited {color: #990000;}
a:hover {color: #990000; text-decoration: underline;}

h1 {
	font-size: 16px;
	color: #660000;
	font-weight: bold;
	padding: 0px;
	margin: 5px 0;
}

h2 {
	font-size: 14px;
	color: #660000;
	font-weight: bold;
	padding: 0px;
	margin: 5px 0;
}

p {
	margin: 10px 0;
}



#wrapper {
	width: 940px;
	background-color: #cc6666;
	margin: 0 auto;
	border: 1px solid #ff9999;
	text-align: left;
}

#header {
	width: 940px;
    height: 126px;
 	color: #333;
 	float: left;
    padding: 0px;
    border: 0px solid #ff9999;
    margin: 0px 0px 0px 0px; /* top right bottom left */
    background-image: url(../../../../../images/title.gif);
    background-repeat: no-repeat;
}

#header-home {
	width: 940px;
 	color: #333;
 	float: left;
    padding: 0px;
    border: 0px solid #ff9999;
    margin: 0px 0px 0px 0px; /* top right bottom left */
}

#navigation {
 	float: left;
	color: #ffffff;
 	padding: 0px;
	border: 0px solid #ff9999;
	margin: 0px 0px 0px 0px; /* top right bottom left */
	background: #660000;
	line-height: 25%;
}

#navigation-inner {
	padding: 10px 20px 10px 20px; /* top right bottom left */
}

#navigation-inner-bottom {
	padding: 0px 0px 0px 0px; /* top right bottom left */	
}

.navigation a {
    color: #ffcccc;
    font-weight: bold;
    text-decoration: none;
}

.navigation a:hover {
    text-decoration: underline;
}


 

#leftcolumn {
	width: 190px;
    color: #333;
	border: 0px solid #ff9999;
	background: transparent url(../../../../../images/content-tw.gif) repeat-y scroll left top;
	margin: 0px 0px 0px 0px; /* top right bottom left */
	padding: 0px;
	float: left;
}

#content {
	color: #333;
    border: 0px solid #ff9999;
	background: #ffffff;
	margin: 0px 0px 0px 190px; /* top right bottom left */
	padding: 0px;
}

#content-home {
	color: #333;
    border: 0px solid #ff9999;
	background: transparent url(../../../../../images/content-home.gif) repeat-y scroll left top;
	margin: 0px 0px 0px 0px; /* top right bottom left */
	padding: 0px;
}

#content-inner {
	padding: 15px 15px 15px 15px; /* top right bottom left */
}



#footer { 
	height: 50px;
    clear: both;
	color: #ffffff;
	border: 0px solid #ff9999;
	background: #990000;
	margin: 0px 0px 0px 0px; /* top right bottom left */
	padding: 0px;
}

#footer-home {
    clear: both;
	color: #ffffff;
	border: 0px solid #ff9999;
	background: #990000;
	margin: 0px 0px 0px 0px; /* top right bottom left */
	padding: 0px;
}

#footer-inner {
	padding: 20px 20px 20px 20px; /* top right bottom left */
}

.footer a {
    color: #ffcccc;
    font-weight: bold;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}



.image-right {
	margin: 0px 0px 15px 15px; /* top right bottom left */
	padding: 0px;
    border: 0px;
	float: right;
}

.image-left {
	margin: 0px 0px 15px 15px; /* top right bottom left */
	padding: 0px;
    border: 0px;
	float: left;
}

.clearit {
	clear: both;
}



