@import url("layouts/cartoonish_layout.css");

html { background:#e8e5c0;}

body {
		background: #e8e5c0 url(images/blue_gradient.jpg) no-repeat top right;
		width:100%;
		display:table;
}



#title {
	color:#4e4e4e;
}

#slogan {
	color:#3399ff;
}


#main {
	z-index:1;
}

#nav {
	
}


#nav a:link, #nav a:visited, #nav a:active {
	color: #4e4e4e;
}
#nav #current a:link, #nav #current a:visited, #nav #current a:active {
	color: #fff;
}
#nav a:hover {
	color:#3399FF;
}

a:link { 
	color:#3399FF;
}

a:link:hover {
	color:#3F84CE;
}

h1 {
	color: #3399FF;
}

#rightColumn .listTitle, .rightColumn .listTitle {
	color: #1C5B9E;
}

thead {
	background: #3F84CE;
}


#footer {
	background: #3399FF;
	width:842px;
}

#footer_close {
	background: url(images/close_footer.jpg) no-repeat
}
