/** MAIN LAYOUT **/
*{
	margin:0px;
	padding:0px;
}
body {
	font-family:arial, helvetica, sans-seif;
	background:url(http://www.victoriaceliac.org/themes/site_themes/default/background.jpg) repeat-x #faf8f9;
	text-align:left;
	font-size:11px;
	font-weight:normal;
	color:#333333;
	line-height:18px;
	margin-bottom:15px;
}


#flash {
	width:723px;
	height:191px;
	margin-left:auto;
	margin-right:auto;

}
#container {
	width:766px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background: url("http://www.victoriaceliac.org/themes/site_themes/default/mainbackground.jpg") repeat-y 0% 0%;
}
#header {
	width:766px;
height: 310px;
	background:url(http://www.victoriaceliac.org/themes/site_themes/default/headerback-two.jpg) no-repeat 0px 0%;

}
#flag {
	width:723px;
	margin-left:auto;
	margin-right:auto;
	background: url("http://www.victoriaceliac.org/themes/site_themes/default/02-top.jpg") no-repeat 0% 0%;
	height:90px;
	border-style:solid;
	border-width:0 0 2px 0;
	border-color:#ffca10;
}
#navigation {
	width:723px;
	margin-left:auto;
	margin-right:auto;
}
#main {
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	width:723px;
	
}

#sidebar {
	float:left;
	width:142px;
	padding-left:32px;
	padding-top:40px;
	padding-bottom:20px;
	font-size:11px;
	color:#333333;
	line-height:12px;
	margin-bottom:20px;
}
#content {
	float:right;
	width:477px;
	padding-left:40px;
	padding-right:32px;
	padding-top:40px;
	padding-bottom:20px;
}
#footer {
	margin-left:1px;
	clear:both;
	width:730px;
	background:url("http://www.victoriaceliac.org/themes/site_themes/default/22-bottom.jpg") no-repeat 0% 100%;
	height:42px;
	font-size:11px;
	color:#dc6e7f;
	text-align:right;
	padding-right:36px;
	padding-top:3px;
}



/** END MAIN LAYOUT **/

/** TEXT STYLES **/
ul {
list-style-type:disc;
padding-left:15px;
margin-bottom:15px;
}
a {
	text-decoration: underline; 
}
a:link { 
	color: #ff822e; 
}
a:visited { 
	color: #ff822e; 
}
a:hover { 
	color: #000000; 
}
p {
	font-size:12px;
	font-weight:normal;
	color:#333333;
	line-height:18px;
	margin-bottom:15px;
}
h1 {
	font-size:20px;
	font-weight:bold;
	color: #5c0f18;
	line-height:16px;
	text-align:center;
	margin-bottom:20px;
}
h2 {
	font-size:13px;
	font-weight:bold;
	line-height:16px;
	text-align:left;
	margin-bottom:10px;
}
.sectitle {
	font-weight:bold;
	font-size:13px;
	margin-bottom:15px;
}
.emphatext {
	font-weight:bold;
	color:#5c0f18;
	margin-bottom:15px;
}
#sidebar h1 {
	font-size:11px;
	font-weight:bold;
	color:#5c0f18;
	margin:10px 0 4px 0;
}
#sidebar p {
	color:#5c0f18;
	margin: 0 0 12px 0;
line-height: 11px;
}


/** END TEXT STYLES **/

/**SUPERFISH**/

.nav, .nav * {
	padding:0;
	list-style:none;
}
.nav {
	line-height:0.6;
	width:723px;
	background:#8d2c39;
}
.nav ul {
	position:absolute;
	top:-999em;
	width:9.45em;
	
}
.nav ul li,
.nav a {
background:#8d2c39;
}
.nav li {
	float:left;
	position:relative;
	z-index:99;
}
.nav a {
	display:block;
}
.nav li:hover ul,
ul.nav li.sfHover ul {
	left:-1px;
	top:2.1em;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul,
ul.nav li li.sfHover ul {
	top:-1px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.nav {
	float:left;
	margin-bottom:.5em;
}
.nav li {
	background:#8d2c39;
	border-left:1px solid #000;
	border-top:1px solid #5c0f18;
}
.nav a {
	color: #fff;
	padding: .75em 0;
	text-decoration:none;
	padding-left: 0.4em;
	padding-right:0.5em;
}
.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	color:#ffca10;
	background:#5c0f18;
}
.nav li li {
	width:14em;
	background:#8d2c39;
	border-style:solid;
	border-width:1px;
	border-color:#000;
	border-bottom:0px;
}
.nav li li li {
	width:14em;
	background:#8d2c39;
}

/**END - SUPERFISH**/


