@charset "utf-8";



* {

	font-family:"Trebuchet MS", Verdana, "MS Sans Serif";

	}



html {

	padding:0;

	height:100%;

	}



body {

	margin:0;

	background-color:#474747;

	color:#cccccc;

	font-size:14px;

	font-family:"Trebuchet MS", Verdana, "MS Sans Serif";

	}




div.wrap {

	margin-left:110px;

	background-image:url(images/background.jpg);

	background-repeat:repeat-y;

	padding:0;

	width:824px;

	}



table.nav {

	width:824px;

	}



div.content {

	margin:20px 0 0 100px;

	width:700px;

	padding:0 0 20px 0;

	font-size:14px;

	height:100%;

	}



div.bottom {

	height:100px;

	width:824px;

	margin-left:110px;

	background-image:url(images/bottom.gif);

	background-repeat:no-repeat;

	background-position:top left;

	text-align:right;

	padding-top:16px;

	font-size:12px;

	color:#000000;

	}



img {

	border:0;

	}

a,a:visited,a:active {

	color:#FFFF00;

	}

a:hover {

	color:#FF0000;

	}