@charset "utf-8";
/* CSS Document */

body {
	padding-top:0px;
	margin:0px;
	background:url(images/untitled-1.jpg) repeat-x top;
	background-color:#000000;
	width:100%;
	display:table;
	}

p, li, a, h2, h3 {
  font-family:Frutiger, "Fruitger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

table {
	border-collapse:separate;
	border-width:0px;
	width:100%;
	table-layout:fixed;
	}
	
blockquote {
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
	font-style: normal;
}

#box {
	width:780px;
	margin:0px auto;
	padding:10px;
	}

#container {
	width:800px;
	margin:0px auto;
	padding:0px;
	background:url(images/background2.gif);
	}

#sidebar {
	background-image:url(images/sidebar.jpg);
	width:150px;
	border-width:0px;
	position:relative;
	text-align:center;
	float:left;
	height:350px;
	}

#content {
	width:630px;
	margin-left:160px;
	}
	
#footer {
	width:800px;
	height:100px;
	text-align:right;
	background:url(images/test.jpg);
	}
	
p.footer {
	color:#333333;
	margin-bottom:0px;
	margin-right:10px;
	}

a:hover {
	text-decoration:underline;
	}
	
a, a:active, a:visited {
	color:#0000FF;
	}
	
h2 {
	font-family:Calibri, "Times New Roman", serif;
	text-align:left;
	}

img.floatright {
	float:right;
	margin:5px;
	}
	
img.floatleft {
	float:left;
	margin:5px;
	}

img.spacer {
	margin-left:5px;
	}