/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout.css */

body {
	_overflow:hidden;
	height:100%;
}

#trans {
	position:relative;
	_position:absolute;
	z-index:4;
	top:92px;
	left:205px;
	background:url('../pics/trans.png');
	padding-left:8px;
	padding-top:8px;
	padding-bottom:35px;
	width:700px;
	_height:200px;
	font-family:Verdana;
	font-size:12px;
}

#trans a {
	color:#000;
	text-decoration:underline;
}

#trans a:hover {
	color:#000;
	text-decoration:underline;	
}

#trans #header {
	float:left;
	position:relative;
	height:30px;
	font-weight:bold;
	font-size:19px;
}

#trans .col_left {
	float:left;
	position:relative;
	margin-right:20px;
	width:335px;
}

#trans .col_right {
	float:left;
	position:relative;
	width:335px;
}

.clear {
	clear:both;
}



#logo {
	position:absolute;
	z-index:4;
	top:18px;
	left:33px;
	width:136px;
	height:140px;
}



#text {
	
}

#menu_main {
	position:absolute;
	top:161px;
	left:33px;
	z-index:4;
	font-family:Verdana;
	font-size:10px;
	#font-size:11px;
	font-weight:bold;
	font-style:italic;

}

#menu_main a {
	text-decoration:none;
	color:#000;
}

#menu_main a:hover {
	text-decoration:none;
	color:#CCCCCC;
}

#main_table td {
	background:#fff;
	height:39px;
	width:108px;
	padding-left:28px;
	background:url(../pics/dropdown.gif) no-repeat #fff;
	background-position:112px 23px;
}

#main_entries td {
	background:#fff;
	padding-left:0;
	height:20px;
	padding-top:10px;
}

#main_entries td.last {
	height:10px;
	padding-top:0;
}

#navigation {
	position:absolute;
	z-index:3;
	top:220px;
	left:33px;
}

#navigation img {
	display:block;
	margin-bottom:3px;
}



