body
{
	background-color: #442607;
	margin: 0;
	background-image: url('../images/bodybg.gif');
	background-repeat: repeat-y;
}
body,html
{
    height: 100%;
}

#pageOuter,#drop-container
{
	width: 1000px;
	height: 100%;
}
#aspnetForm,#MainContent,#Tools,#contentDiv,#leftPanel
{
    height: 100%;
}
#pagebottom
{

}

#pageTop
{
	height: 115px;
	background-color: #442607;
}
#pageTop img
{
	display: block;
	border: 0;
}
#topNavigation
{
	position: absolute;
	left: 560px;
	top: 8px;
}
#topNavigation a
{
	float: left;
}
#topNavigation img
{
	border: 0;
}
#topMenu
{
	width: 100%;
	height: 30px;
	font-family: verdana;
	font-size: 12px;
	background-color: #442607;
}
#topMenu a
{
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}
ul#topMenuList
{
	list-style-type: none;
	margin: 0px 0 0 20px;
	padding: 4px 0 0 0;
}
ul#topMenuList li
{
	margin: 3px 0px 0px 0px;
	list-style-type: none;
	float: left;
}
ul#topMenuList li a
{
	font-weight: bold;
	margin-right: 20px;
}
ul#topMenuList li a:hover
{
	text-decoration: underline;
}
ul#topMenuList li a.selected
{
    text-decoration: underline;
	font-weight: bold;
	margin-right: 20px;
}

#topSpacer
{
	display: block;
	width: 100%;
	height: 0px;
}
#pageMain
{
	width: 100%;
}
#col_1
{
	padding-left: 16px;
	margin: 0;
	float: left;
	width: 188px;
}
#col_2
{
	width: 470px;
	line-height: 20px;
    font-family: Georgia;
	padding-left: 56px;
	margin: 0;
	float: left;
}
#col_2 hr
{
    width: 100%;
    height: 1px;
    color: #eeeeee;
}
#col_2 p, #col_2 ul, #col_2, #col_2 strong, #col_2, #col_2 span
{
    font-family: Georgia;
    font-size: 12px;
	line-height: 20px;
}
#col_2 p
{
    margin-top: 4px;
    padding-right: 10px;
    margin-bottom: 16px;
}
#col_2 h2
{
    text-transform: uppercase;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 0 0;
}
#col_2 h3
{
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 0 0;
}
#col_2 blockquote
{
    margin-left: 40px;
}
#col_2 table.valuetable
{
    margin-top: 10px;
    width: 90%;
    border-collapse: collapse;
    border: 1px solid #eeeeee;
}
#col_2 table.valuetable td, #col_2 table.valuetable th
{
    padding: 8px;
    text-align: left;
    vertical-align: top;
}

#col_3
{
	position: absolute;
	left: 780px;
	top: 178px;
/*
	padding-left: 63px;
	margin: 0;
	float: left;
	width: 188px;
*/
}
#col_1,#col_2,#col_3
{
    margin-top: 50px;
	font-family: verdana;
	font-size: 11px;
}
#flashstickerplacement
{
	position: absolute;
	left: 780px;
	top: 62px;
	width: 220px;
	height: 220px;
}

.breadcrumb, .breadcrumb a
{
    font-family: Verdana;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
}
.breadcrumb a:hover
{
	text-decoration: underline;
}
#col_2 h1
{
	margin: 0 0 15px 0;
	padding: 0;
	text-indent: 0;
	text-transform: uppercase;
	font-family: verdana;
	font-weight: bold;
	line-height: 20px;
	font-size: 20px;
}

.sidebox
{
	display: block;
	width: 188px;
	margin: 0 0 20px 0;
}
.sidebox h1
{
	width: 188px;
	height: 26px;
	color: #ffffff;
	font-size: 12px;
	line-height: 26px;
	text-indent: 11px;
	margin: 0;
}
.sidebox .boxhead
{
	display: block;
}
.sidebox .sideboxcontents
{
    font-family: Georgia;
    line-height: 16px;
    font-size: 11px;
	padding: 10px 10px 10px 13px;
}
.filled
{
	font-size: 10px;
	color: #ffffff;
	border-top: 1px solid #ffffff;
}
input.searchinput
{
	float: left;
	padding: 2px 0 2px 2px;
	font-size: 11px;
	font-family: verdana;
	width: 120px;
	border: 1px solid #b0b0b0;
	background-color: #ffffff;
}
input.searchbutton
{
	padding: 2px 0 2px 2px;
	font-size: 11px;
	font-family: verdana;
	border: 0px;
	width: 40px;
	text-align: left;
	background-color: #ffffff;
	background-image: url('../images/input_searchbg.gif');
}
ul.submenu
{
	list-style-image: url('../images/sub.gif');
	margin: 0 0 0 15px;
	padding: 0;
}
ul.submenu li
{
	margin: 0px 0 5px 0;
	padding: 0;
}
ul.submenu a:hover
{
	text-decoration: underline;
}
ul.submenu a
{
	color: #000000;
	text-decoration: none;
}
ul.submenu a.selected
{
	text-decoration: underline;
}
.templatepane
{
	width: 100%;
}


/* BLOG */
.blogItem
{
    margin-bottom: 50px;
}
.blogItemTitle, .blogItemHeadline
{
    font-size: 22px;
    display: block;
}
.blogItem .blogItemInfo
{
    color: #aaaaaa;
    margin-bottom: 10px;
}
.blogComment .blogItemInfo
{
    color: #aaaaaa;
    margin-bottom: 5px;
}
#col_2 a.blogInfoMail
{
    color: #bbbbbb;
}
.blogItemText
{
    margin-bottom: 10px;
}
.blogItemTools
{
}
.blogComment
{
    border: 1px solid #eeeeee;
    padding: 5px;
    margin-top: 10px;
}
.blogCommentIndex
{
    color: #000;
    font-weight: bold;
}
.blogComment .blogCommentName
{
    border: 1px solid #888888;
    width: 98%;
    margin-bottom: 10px;
}
.blogComment .blogCommentText
{
    border: 1px solid #888888;
    width: 98%;
    margin-bottom: 10px;
    height: 140px;
}
.blogCommentTools
{
    width: 100%;
    text-align: right;
}
