@import url(navigation.css);

img {
	border:none;
}
body{
	background-image:URL('images/outside.png');
	margin:0px;
	padding:0px;
	color:black;
	font-family:helvetica, webdings;
}
div{
	z-index:1;
	text-align:left;
	border:none;
	border-width:1px;
}
#border_top, #border_bottom {
	height:8px;
	background-repeat:no-repeat;
	background-position:top center;
}
#border_top {background-image:URL('images/border_top.png');}
#border_bottom {background-image:URL('images/border_bottom.png');}
#site {
	width:900px;
	margin:5px auto;
}
#page{
	/*margin:0 auto;*/
	background-color:#DDF;
	background-image:URL('images/background.png');
	background-repeat:repeat-y;
	background-position:top right;
	padding:0px 10px;
}
#title {
	padding:0px 0px 10px 0px;
	text-align:center;
	font-family:helvetica;
	font-weight:bold;
}
#title .t1{
	font-size:500%;
	color:#E20;
}
#title .t2 {
	font-size:125%;
	color:#920;
	text-transform:uppercase;
}
#title .t {
	text-align:center;
}
#title img {
	height:100px;
	margin:10px;
}
#title .logo_left {
	float:left;
}
#title .logo_right {
	float:right;
}
#navigation {
	left:115px;
	text-align:center;
	margin:10px;
}
#content {
	padding:10px;
}
#footer {
	text-align:center;
	padding:10px 0px 10px 0px;
	text-transform:capitalize;
}
.center {
	text-align:center;
}

