@charset "utf-8";
/* CSS Sheet for DEAR LEMON LIMA Site (a.k.a. "Dear Lilac Lemur" */
/* CSS By Erin B. Lillis - RavenWolf Productions*/


/*/////////////////////////////////////////////////////////////////////*/
/*///////////////////////// BODY & LINKS     //////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/
body {
	background-image:url(../images/texture_bg.jpg);
	background-repeat: repeat;
	background-color: white;
	font-family:"Comic Sans MS", "Brush Script MT", cursive;
	font-size:10px;
	margin-top: 0px;
	/*color: #b9aed6; light purple */
	color: #6B6389; /*dark purple*/
}

a:link {
	color:#6B6389;
	text-decoration: none;
}

a:visited {
	color:#747475;
	text-decoration:none;
}

a:hover {
	color:#FF0098;
	text-decoration: underline;
}

/*/////////////////////////////////////////////////////////////////////*/
/*///////////////////////// CONTAINER     /////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/

#container {
	/*margin-left: -10px;*/
    /*margin-top: -10px;*/
	padding: 0px;
	background-color:#ffbd8e;
	width:1044px;
	margin-left:auto;
	margin-right:auto;
    
	
}

/*/////////////////////////////////////////////////////////////////////*/
/*///////////////////////// SITE_WRAPPER    ///////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/

#site_wrapper {
    /*margin-top: -10px;*/
	background-image:url(../images/woodgrain.jpg);
	background-repeat: repeat-y;
	padding: 0px;
    width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

/*/////////////////////////////////////////////////////////////////////*/
/*///////////////////////// HEADER     ////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/

#header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
 	/*background-color: #e4fec9; /* mint green */
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 1024px;
	height: 108px;
}

/*/////////////////////////////////////////////////////////////////////*/
/*///////////////////////// SIDEBAR    ////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/

#sidebar {
	padding-top: 5px;
	/*background-color: #F9D9B8;*/
    float: left;
    width: 185px;
}

#sidebar_links {
	padding-bottom:5px;
}

#sidebar_links #link2{
	padding-bottom:2px;
}

#link_list ul {
	list-style-image: url(../images/sidebar/bullet_peach.gif);
	
}

#sidebar_widgets{
	/*background-color:#0099FF; /*blue - for space indication */
}



/*/////////////////////////////////////////////////////////////////////*/
/*///////////////////////// FOOTER     ////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/

#footer {
	clear: both;
	/*background-color: #F9D9B8;*/
	margin-bottom:20px;
}

#awards {
	margin:auto;
	/*padding-left: 200px;*/
}

#logos {
	margin:auto;
	/*padding-left: 200px;*/
}

#footer_downloads { 
	margin:auto;
	/*padding-left: 200px;*/
}

#footer_links {
	margin:auto;
	/*padding-left: 200px;*/
	padding-top: 5px;
}