@charset "UTF-8";

/* Body */


body {
	margin: 0;
	background: url(../img/background.gif);
	color: #000;
	font: 12px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a img {
	border: none;	
}


/* Container */

#container {
	margin: 0 auto;
	width: 780px;
}


/* Header */

#header {
	width: 780px;
	height: 86px;
	background: url(../img/header.gif) no-repeat;
}


/* Wrapper */

#wrapper {
	float:  left;
	width: 780px;
	background: url(../img/body.gif) repeat-y;
}

/* Left Content */

#leftContent {
	float: left;
	width: 180px;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 10px;
}


/* Right Content */


#rightContent {
	float: left;
	width: 460px;
	padding-left: 38px;
	padding-top: 20px;
	padding-right: 50px;
	background: url(../img/heart.gif) no-repeat;
	
}


/* Left Home */

#leftHome {
	float: left;
	width: 218px;
	padding-left: 28px;
	padding-right: 10px;
	padding-top: 10px;
}


/* Slideshow */


#slideshow {	
	float: left;
	width: 524px;

}
	
	
/* Footer */


#footer {
	clear: both;
	width: 780px;
	height: 77px;
	background: url(../img/footer.gif) no-repeat;
	padding-top: 30px;
	font-size: 11px;
	text-align: center;
}

#footer a {
	color: #fff;
}

/* Next Previous Navigation */

#nextPrevious {
	text-align: right;
}

/* Catch the Spirit! */

#catch {
	float: left;
	height: 110px;
}


a#catch  {
    width: 150px;
    background-image:url(../img/catch.jpg);
    display: block;
    text-decoration: none;
}

a#catch:hover {
	 background-position: 0 110px;

}

	
/* Flash Divs */

#mlMail, #updatesMail {

	padding-left: 10px;
}

/* EvanTube*/

#evantube {

	width: 170px;
	height: 170px;
	padding: 10px;
	text-align: center;
	float: left;
}

#evantube h1 {

	font-size: 13px;
	font-weight: bold;
	color: #8D0038;
}

#evantube p {

	font-size: 10px;
	
}

/* Common Elements */


a {
	color: #8D0038;
	text-decoration: none;
		
}

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

a:visited {
	color: #000;
	text-decoration: underline;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #8D0038;
	padding-left: 10px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	padding-left: 10px;
}

p {
	padding-left: 10px;
}	

ul {
    font-weight: bold;
    color: #000;
    line-height: 18px;
    list-style-type: none;
    
}

li {
    padding-left: 25px;
    padding-bottom: 5px;
    background: transparent url(../img/bullet.gif) no-repeat;
    background-position: 0 0;

}

img.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;	
}

img.left {
	float: left;
	display: inline;
	margin-right: 20px;
	margin-bottom: 10px;	
}

#error {
	color:#841037;
	font-weight: bold;
}