/* Global tag styles */

body {
	font-family:tahoma;
	font-size:100%;
	font-size:0.8em;
	background:url('../img/bg.gif') repeat;
	margin:0px;
	height: 100%;
}

img {
	vertical-align:bottom;
	border:0px;
}

/* IDs */

#header {
	width: 950px;
	margin: 0px;
	padding: 0px;
	border:0px;
	border-collapse: collapse;
}

#header td {
	padding: 0px;
	margin: 0px;
}

#top {
	width: 950px;
	height: 273px;
	background:url('../img/small/top.png') no-repeat;
}

#main-menu {
	width: 950px;
	height: 47px;
}

#menu {
	width: 950px;
	height:47px;
	margin: 0px;
	padding: 0px;
	border:0px;
	border-collapse: collapse;
}

#menu td {
	margin: 0px;
	padding: 0px;
}

#menu-left-top {
	width: 180px;
	height: 20px;
	background:url('../img/small/menu-left-top.png') no-repeat;
}

#menu-right-top {
	width: 119px;
	height: 20px;
	background:url('../img/small/menu-right-top.png') no-repeat;
}

#menu-left-bottom {
	width: 180px;
	height: 27px;
	background:url('../img/small/menu-left-bottom.png') no-repeat;
}

#menu-right-bottom {
	width: 119px;
	height: 27px;
	background:url('../img/small/menu-right-bottom.png') no-repeat;
}

#content {
	width: 650px;
	background:url('../img/small/content.png') no-repeat #e3e3e3;
	text-align:left;
	vertical-align:top
}


#content-left {
	width: 181px;
	background:url('../img/small/content-left-bg.png') repeat-y;
	vertical-align:top;
}

#content-right {
	width: 119px;
	background:url('../img/small/content-right-bg.png') repeat-y;
	vertical-align:top;
}

#bottom {
	width: 950px;
	background:url('../img/small/bottom-bg.png') repeat-y;
	text-align:center;
}

#wrapper {
	margin-top:80px;
	margin-left:30px;
	margin-right:20px;
	margin-bottom:30px;
	height: 100%;
}

#page-nav {
	margin-top:30px;
}


/* Classes */

.note {
	font-size:0.9em;
	color:#787878;
}

.fat {
	font-weight:bold;
	border:1px;
}

td.label {
	vertical-align:middle;
	text-align:right;
}

td.labelText {
	vertical-align:top;
	text-align:right;
}

td.center {
	text-align:center;
}

a.title, a:visited.title {
	text-decoration:none;
	color:#333;
}

a:hover.title {
	color:#333;
}

.footer {
	color:#888;
	font-size:0.85em;
	margin-bottom:10px;
	margin-top:20px;
}

a.footerlink, a:visited.footerlink {
	text-decoration:none;
	color:#888;
	font-weight:bold;
}

a:hover.footerlink {
	color:#434343;
}

.gb {
	font-size:0.85em;
	color:#787878;
}

.space100 {
	margin-top:100px;
}

img.post-img {
	margin: 10px 0;
}

td.crew {
	vertical-align: top;
	padding: 5px;
}

a, a:visited {
	color: #111;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.fat, a:visited.fat {
	color: #111;
	text-decoration: none;
	font-weight: bold;
}

a:hover.fat {
	text-decoration: underline;
	font-weight: bold;
}

input.slim-input, textarea.slim-input {
	border: 1px solid #333;
	font-family: tahoma;
}

a.prev, a:visited.prev {
	float:left;
	font-weight:bold;
}

a:hover.prev {
	float:left;
	font-weight:bold;
}

a.next, a:visited.next {
	float:right;
	font-weight:bold;
}

a:hover.next {
	float:right;
	font-weight:bold;
}