
@charset "UTF-8";
/* CSS Document */
body {
    background-color:#dadada;
    background-image:url(templates/SweetiePeaties/resources/background.png);
    background-repeat:repeat;
    background-position:top left;
    background-attachment:;
    margin:0px;
    color: #333333;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:100;

}
#sys_heading {
    margin:0px;
    display:inline;
    font-weight:100;
    color: #333333;

}

#sys_banner {
    background:url(templates/SweetiePeaties/resources/banner.png) top left no-repeat;
    width:921px;
    height:176px;
    margin-left:2px;
}

.sys_footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:100;
	color: #333333;
	text-align:center;
	width:100%;
}

ul.primaryNavUL {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height: 120%;
	font-weight:100;
	margin:8px 0 0 0;
	padding:0px;
	
}
ul.primaryNavUL li {
	display:inline;
	list-style: none;
}
ul.primaryNavUL li a {
	color:#000;
	text-decoration: none;
	padding: 0px 20px 0 0;
	margin:0px;
}
ul.primaryNavUL li a:visited {
	color:#000;
}
ul.primaryNavUL li a:hover {
	text-decoration: underline;
}


a:link img{
	border : none;
}

a:link {
text-decoration: underline;
}

a:visited {
text-decoration: underline;

}

a:hover {
text-decoration: underline;

}


p {
	font-size:14px;
	font-weight:100;
	color: #333333;

}



h1 {
	font-size:50px;
}

h2, h2 a{
	font-size:30px;
	font-weight:100;
	color: #E67615;
	
}

h3, h3 a{
	font-size:24px;
	font-weight:100;
	color: #333333;

}


h4, h4 a{
	font-size:18px;
	font-weight:100;
	color: #728508;

}


h5, h5 a{
	font-size:12px;
	font-weight:100;
	color: #333333;


}


h6, h6 a{
	font-size:10px;
	font-weight:100;
	color: #333333;


}


.layout_2-column-left .zone_right, .layout_2-column-right .zone_left {
    background-color: #EEF2DA;
}

.layout_2-column-left .zone_right h2, .layout_2-column-right .zone_left h2 {
	font-size:30px;
	font-weight:100;
	color: #E67615;
}

.layout_2-column-left .zone_right p, .layout_2-column-right .zone_left p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:100;
	color: #728508;
}

/* custom CSS for layout */
#wrap {
	margin:0 auto;
	padding: 0 20px 20px 15px;
	width: 925px;
	background: url(templates/SweetiePeaties/resources/bodyBG.png) repeat-y;
}

#content{padding:0 5px;background:#fff;}
#shadow {
	background: url(templates/SweetiePeaties/resources/3.gif) repeat-x 1px 0; 
	height: 10px; 
	width:100%; 
	position:absolute; 
	top:133px; 
	z-index:1; 
	opacity:0.15; 
	filter:alpha(opacity=15);
}
#curtainBot {
	background: url(templates/SweetiePeaties/resources/2.gif) repeat-x; 
	height: 10px; 
	width:100%; 
	position:absolute; 
	top:132px; 
	z-index:2;
}
#curtain {
	background: url(templates/SweetiePeaties/resources/1-3.png) repeat-x; 
	height:134px; 
	width:100%; 
	position:relative; 
	z-index:2;
}


