/* default stuff */

html, body {
	margin:			0;
	padding:		0;
	
	font-family:		Verdana, Sans-Serif;
	font-size:		10pt;
	letter-spacing:		0px;
	text-align:		center;
	
	height:			100%;
	min-height:		100%;
}

@media all and (min-height: 0px) {
	html, body {
		height: auto !important;
		height: 100%;
	}
}

img {
	border:			0px;
}

p, form, table, td {
	margin:			0;
	padding:		0;
}

a:hover {
	text-decoration:	underline;
}

/* layout stuff */
div#header, div#header_ticket
{
	padding:		0;
	margin:			0;

	width:			1024px;
	height:			134px;
}

div#container, div#ticket_container
{
	margin:			0 auto 0 auto;
	padding:		0;
	width:			1024px;

	text-align: 		center;
	
	position:		relative;
	height:			auto !important;
	height:			100%;
	min-height:		100%;
}

div#footer, div#footer_ticket
{
	margin:			0 auto 0 auto;
	padding:		0;
	
	width:			1024px;
	height:			56px;
	min-height:		56px;
	position:		relative;
}

div#footer_ticket
{
	height:			45px ! important;
	min-height:		45px ! important;
}

.clearfooter {
   height: 56px;
   clear: both;
}

div#inner_container {
	text-align:		left;
	width:			1024px;
	position:		relative;
	bottom:			35px;
}

div#menu {
	float:			left;
	margin-left:		0px;
	margin-top:		35px;
	margin-bottom:		0px;
	margin-right:		-163px;
	width:			163px;
}

div.menu_title {
	width:			163px;
	height:			36px;
}

div.menu_content {
	width:			152px;
	margin:			0px;
	padding:		0px;
	padding-top:		5px;
	padding-left:		5px;
}

div.menu_content p {
	background-repeat:	no-repeat;
	padding-left:		25px;
	padding-top:		2px;
	font-size:		8pt;
	height:			16px;
}

div.menu_footer {
	margin:			0 0 10px 0;
	padding:		0px;
}

div#projects {
	margin-left:		-241px;
	float:			right;
	width:			241px;
	text-align:		center;
	position:		relative;
	left:			4px;
}

div#projects h1 {
	font-weight:		bold;
	font-size:		10pt;
}

div#projects p {
	margin-bottom:		20px;
	font-size:		14px;
	font-weight:		bold;
}

div#page_content {
	width:			620px;
	position:		relative;
	top:			0px;
	left:			163px;
	right:			241px;
}

div.page_text_spacer {
	height:			15px;
	min-height:		15px;
	font-size:		15px;
}

div.page_text {
	padding:		0px 43px 10px 43px;
	text-align:		justify;
}

table.titlebar {
	width:			100%;
	height:			38px;
	background-repeat:	no-repeat;
	background-position:	center;
}

td.titlebar_files {
	width:			50%;
	text-align:		right;
	padding-right:		55px;
}

td.titlebar_categoryname {
	width:			50%;
	text-align:		left;
	padding-left:		55px;
}

td.titlebar_category {
	width:			70px;
	text-align:		right;
	padding-top:		3px;
}

td.titlebar_title {
	width:			440px;
}

td.titlebar_title p {
	font-size:		10pt;
	font-weight:		bold;
	padding-left:		5px;
}

td.titlebar_date {
	width:			110px;
	text-align:		left;
	font-size:		8pt;
}

table.downloads {
	width:			534px;
	height:			32px;
}

table.downloads td.files
{
	text-align:		center;
	font-weight:		bold;
	width:			90px;
	height:			32px;
}

table.downloads td.name
{
	text-align:		left;
	width:			444px;
	height:			32px;
}

table.downloads td.name p.description
{
	font-size:		7pt;
}

div#clear
{
	clear:			both;
	height:			0px;
	min-height:		0px;
	font-size:		0px;
}

div#ie6msg
{
	margin:			0 auto 0 auto;
	width:			1030px;
	
	background-color:	#fefee1;
	color:			#000000;
	
	background-image:	url('./images/ie6warning.gif');
	background-repeat:	no-repeat;
	background-position:	right center;
	
	border-bottom:		3px solid #000000;
	border-right:		3px solid #000000;
	border-left:		3px solid #000000;
	
	text-align:		left;
}

div#ie6msg a:link, div#ie6msg a:visited, div#ie6msg a:active, div#ie6msg a:hover
{
	color:			#0000bb;
}

div#ie6msg_padding
{
	padding:		5px;
}

div#ie6msg h4
{
	margin:			0;
	padding:		0;
	font-size:		10pt;
}

div#ie6msg p
{
	font-size:		8pt;
}

p.newsbox
{
	font-size:		8pt;
	margin:			0px;
	padding:		0px;
}

p.newsbox span.newsboxdate
{
	margin:			0px;
	padding:		0px;
	font-weight:		bold;
}

div.newslinks
{
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

div.newslinks p
{
	margin:			0px;
	padding:		0px;
	font-size:		8pt;
	font-weight:		bold;
}

div.newslinks ul
{
	margin:			0px;
	padding:		0px;
	list-style-type:	none;
}

div.newslinks ul li a
{
	font-size:		8pt;
	position:		relative;
	left:			10px;
}

p.newscomments
{
	margin:			10px 0px 0px 0px;
	padding:		5px 0px 0px 0px;
}

div.comment_outer_table
{
	width:			100%;
	margin: 		0px 0px 10px 0px;
	padding:		0px 3px 0px 3px;
}

div.comment_outer_table table
{
	width:			100%;
	overflow: hidden;
}

div.comment_outer_table td.comment_ava
{
	width: 28%;
	text-align:		center;
	vertical-align:		top;
}

div.comment_outer_table td.comment_table
{
	width: 72%;
	margin: 0px;
	padding: 3px 6px 3px 6px;
	vertical-align: top;
}

div.error
{
	color:			#FF0000;
	font-size:		7pt;
	font-weight:		bold;
}

p.personaltext
{
	font-size:		7pt;
}

div.text_layer
{
	margin:			0px 0px 5px 0px;
	padding:		0px;
}

div.text_layer p
{
	font-weight:		bold;
}

div#header form, div#header div#loggedin, div#header_ticket form, div#header_ticket div#loggedin
{
	text-align:		right;
	padding:		12px 12px 0px 0px;
}

div#header div#loggedin p, div#header_ticket div#loggedin p
{
	line-height:		20px;
}

div#header form p, div#header_ticket form p
{
	font-weight:		bold;
}

div#header form input, div#header_ticket form input
{
	width:			125px;
}

table.gallery_table_main
{
	width:			564px;
	margin:			0px auto 0px auto;
}

table.gallery_table_main td.gallery_box_main
{
	width:			141px;
	height:			100px;
	text-align:		center;
}

table.gallery_table_main td.gallery_box2_main
{
	text-align:		center;
	width:			141px;
	height:			100px;
}

table#mod_display
{
	width:			564px;
	margin:			0px auto 0px auto;
}

td#mod_logo
{
	width:			50%
	text-align:		right;
}

td#mod_data
{
	width:			50%;
	text-align:		left;
}

div.section
{
	padding:		5px;
	margin:			15px 0px 0px 0px;
}

div.section p
{
	margin:			5px 0px 5px 1px;
	padding:		0px 0px 0px 25px;
}

div.section h1
{
	margin:			0px;
	padding:		0px 0px 0px 5px;
	position:		relative;
	top:			-15px;
	left:			10px;
	width:			50%;
}