/* CSS Document 
Layout by Tonya @ Nameless Layout
Contact: lilbreck@gmail.com
Style: Film Strip*/
body {
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-color: #1e1e1e;
	background-image: url(images/bkgr3.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	text-align: center;
	color: #333333;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 13px;
	cursor: default;
	}
a {
	text-decoration: none;
	color: #000000;
	border-bottom: #333333 dotted 1px;
	}
a:visted {
	}
a:active {
	}
a:hover {
	text-decoration: none;
	color: #333333;
	border-bottom: #000000 dashed 1px;
	cursor: ne-resize;
	}
p {
	margin: 0px;
	padding: 0px;
	text-indent: 15px;
	}
h1 {
	font-size: 24px;
	font-weight: bold;
	font-family: "Geometr231 BT", Verdana, Arial, "Times New Roman", sans-serif;
	border-bottom: #333333 dotted 1px;
	text-transform: uppercase;
	text-align: center;
	}
h2 {
	font-size: 18px;
	font-weight: normal;
	font-family: "Geometr231 BT", Verdana, Arial, "Times New Roman", sans-serif;
	border-bottom: #333333 dotted 1px;
	text-transform: capitalize;
	}
dl {
	margin: 0px;
	padding: 0px;
	}
dt {
	font-size: 16px;
	font-weight: normal;
	font-family: "Geometr231 BT", Verdana, Arial, "Times New Roman", sans-serif;
	border-bottom: #333333 dotted 1px;
	text-transform: capitalize;
	}
dd {
	}
img {
	margin: 0px 2px;
	}
/*Strip*/
#mainbody {
	margin: 0px;
	padding: 0px;
	width: 335px;
	min-height: 400px;
	text-align: left;
	overflow: inherit;
	background-attachment: scroll;
	background-color: ;
	background-image: url();
	background-position: top center;
	background-repeat: repeat-y;
	position: absolute;
	}
#side {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	}
#head {
	margin: 0px;
	padding: 0px;
	width: 335px;
	height: 360px;
	background-attachment: scroll;
	background-color: ;
	background-image: url(images/header2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}
#recent {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	width: 290px;
	}
#content {
	margin: 0px;
	padding: 0px;
	width: 420px;
	position: absolute;
	top: 0px;
	left: 345px;
	}
#menu {
	margin: 0px;
	padding: 5px 0px;
	width: 420px;
	text-align: center;
	}
#menu a {
	margin: 0px;
	padding: 5px;
	text-decoration: none;
	color: #000000;
	border-bottom: none;
	}
#menu a:hover {
	margin: 0px;
	padding: 5px;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #333333;
	border-bottom: none;
	cursor: ne-resize;
	}
#menu .current {
	margin: 0px;
	padding: 5px;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #333333;
	border-bottom: none;
	cursor: ne-resize;
	}
#foot {
	margin: 15px 0px 0px 15px;
	padding: 10px 0px 0px 0px;
	width: 290px;
	text-align: center;
	border-top: #333333 solid 1px;
	}
