@import url('../type.css');
@import url('pluto.css');

*
{
	margin : 0px;
	padding : 0px;
	border : 0px;
}

body
{
	font-family: 'Comic Sans MS', Sans-Serif;
	font-size : 12px;
	color : #333;
	text-align : center;
	background : #fff url('Images/BodyBackground.png');
}

a
{
	color : #6699FF;
	text-decoration : none;
}
a:hover
{
	text-decoration : underline;
}

#container-1
{
	background : url('Images/ContainerBackground.png') center repeat-y !important;
	background : url('Images/ContainerBackground.gif') center repeat-y;
}

#container-2
{
	width : 770px;
	margin : auto;
}

#header
{
	position : relative;
	background : #fff;
	text-align : center;
	padding-left : 242px;
	height : 115px;
	padding-top : 10px;
	font-size : 14px;
	font-style : italic;
	line-height : 20px;
}

#header h1
{
	font-size : 20px;
	line-height : 40px;
	font-style : normal;
}

#header img
{
	position : absolute;
	top : 30px;
	left : 30px;
}

#menu ul
{
	background : #99ccff;
	list-style : none;
	color : #fff;
	font-weight : bold;
	font-size : 13px;
	padding : 5px;
	line-height : 25px;
	margin-left:0px;
}

#menu li
{
	display : inline;
}

#menu a
{
	color : #fff;
}

#leftbar, #rightbar
{
    padding : 5px;
	width : 150px;
	margin:10px !important;
	margin:5px;
	margin-top : 0px !important;	
}

#leftbar img, #rightbar img
{
    margin-top : 10px;
}

#leftbar
{
	float : left;
}

#rightbar
{
	float : right;
}

#main
{
	font-family : 'Verdana', Sans-Serif;
	height : auto !important;
	height : 400px;
	min-height : 400px;
	text-align : left;
	margin-left : 180px;
	margin-right : 180px;
	padding : 5px;
}

#footer
{
	color : #6699FF;
	padding-top : 20px;
	height : 30px;
	background : url('Images/Footer.png') center no-repeat !important;
	background : url('Images/Footer.gif') center no-repeat;
}

#clear
{
    clear : both;
}

table td
{
    padding : 0px;
}

#main table td
{
    padding : 5px;
}

td
{
    font-size : 10px;
}