@charset "UTF-8";
/* CSS Document */

body {
    background:#370545;
}

.header {
    background:url(../images/headerbg.gif) repeat-x;
	width: 100%;
	height: 410px;
}

.headerContent {
	width: 820px;
	/*background:#000000;*/
	height:395px;
	margin: 0 auto;
	padding-top:15px;
}

.talkBubble {
    background:url(../images/talkbubble.png) no-repeat;
	width:460px;
	height:350px;
	padding: 35px 0 0 35px;
	float:left;
}

.title {
	background:url(../images/title.png) no-repeat;
	width:314px;
	height:218px;
}

.title404 {
	background:url(../images/title404.png) no-repeat;
	width:311px;
	height:240px;
}

.description {
	font-family:Helvetica,Arial,Tahoma,sans-serif;
	color:#ffffff;
	font-size:13px;
	line-height: 17px;
	width:314px;
	margin-top: 15px;
}

.cartoon {
	background:url(../images/cartoon.png) no-repeat;
	width:310px;
	height:345px;
	float:right;
	margin-top: 15px;
}

.cartoon404 {
	background:url(../images/cartoon404.png) no-repeat;
	width:310px;
	height:345px;
	float:right;
	margin-top: 15px;
}

.links {
	width:820px;
	margin: 0 auto;
	padding-top:10px;
}

.caption {
	font-family:Helvetica,Arial,Tahoma,sans-serif;
	font-size: 12px;
	color:#ffffff;
}

.recent {
	font-family:Helvetica,Arial,Tahoma,sans-serif;
	font-size: 12px;
	color:#ffffff;
	font-weight:bold;
}

.sample {
	font-family:Georgia,Times,serif;
	font-size:14px;
	font-weight:lighter;
}
.sample ul {
	text-align:center;
	list-style-type:none;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;
}
.sample a:link {
	color:#fffbdb;
	text-decoration:none;
}
.sample a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.sample a:visited {
	color:#fffbdb;
	text-decoration:none;
}
.sample img {
	display:none;
}




a.rollover1 {
	display: block;
	width: 161px;
	height: 116px;
	text-decoration: none;
	background: url("../images/link1.gif");
}

a.rollover1:hover {
	background-position: -161px 0;
}

a.rollover2 {
	display: block;
	width: 161px;
	height: 116px;
	text-decoration: none;
	background: url("../images/link2.gif");
}

a.rollover2:hover {
	background-position: -161px 0;
}


a.rollover3 {
	display: block;
	width: 161px;
	height: 116px;
	text-decoration: none;
	background: url("../images/link3.gif");
}

a.rollover3:hover {
	background-position: -161px 0;
}
	
	
a.rollover4 {
	display: block;
	width: 161px;
	height: 116px;
	text-decoration: none;
	background: url("../images/link4.gif");
}

a.rollover4:hover {
	background-position: -161px 0;
}

a.rollover5 {
	display: block;
	width: 161px;
	height: 116px;
	text-decoration: none;
	background: url("../images/link5.gif");
}


.footer {
    background:url(../images/headerbg.gif) repeat-x;
	width: 100%;
	height: 50px;
	color:#c5b5c5;
	font-family:Helvetica,Arial,Tahoma,sans-serif;
	font-size:11px;
	text-align:center;
	padding-top:30px;
}