body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/test.gif) repeat-x;
	font-family: "Trebuchet MS", Helvetica, Times, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #1076A7;
	color: black;
	margin: 5px 0px 0px 0px;
}

input:focus {
	border: 1px solid black;
}

textarea:focus {
	border: 1px solid black;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 150%;
}

ul, ol {
	list-style: none;
}

.arrowlist ul li {
	background: url(../images/img04.gif) no-repeat;
	padding-left: 30px;
	line-height: 200%;
	margin-top: 10px;
}

blockquote {
}

a {
	color: #414141;
}

a:hover {
	color: #1076a7;
	text-decoration: none;
}

hr {
	display: none;
}

/* Menu */

#menu {
	width: 950px;
	height: 45px;
	margin: 0 auto;
	padding: 0px 0;
	background: url(../images/img02.jpg) no-repeat center top;
}

#menu ul {
	height: 45px;
	margin: 0;
	padding: 0;
	background: url(../images/img03.gif) no-repeat;
	list-style: none;
}

#menu li {
	float: left;
	height: 45px;
	background: url(../images/img03.gif) no-repeat right top;
}

#menu a {
	float: left;
	height: 25px;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-family: verdana, arial, times, courier;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: #1076a7;
	color: #FFFFFF;
	height: 25px;
}

#menu .current_page_link a {
	height: 25px;
	color: #FFFFFF;
}

/* Banner */

#banner {
	/* background: url(../images/zaklinks_05.jpg) no-repeat #1076a7; */
	/* background-position: center; */
	background-color: #006599; /* #1076a7; */
	text-align: center;
	border-top: 5px solid #666;
	border-bottom: 5px solid #666;
	width: 100%;
	bottom: 0;
	height: 156px;
	margin: 0 auto;
}


/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 25px;
}

/* Content */

#content {
	float: right;
	width: 680px;
}

.contents_data {
	padding-bottom: 10px;
}

.contents_data .title {
	margin: 0;
	background: url(../images/img04_red_old.gif) no-repeat;
	padding-left: 30px;
	font-size: 24px;
	font-weight: normal;
	color: #1076A7;

}

.contents_data .description {
	padding: 10px 20px;
}

.contents_data .meta {
	height: 26px;
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
}

.contents_data .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

label {
	color: #1076A7;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;

}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li a {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	background: url(../images/img04.gif) no-repeat; /*  left 50%; */
	padding-left: 25px;
}

#sidebar li li a:hover {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	background: url(../images/img04_red.gif) no-repeat; /*  left 50%; */
	padding-left: 25px;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 20px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: url(../images/img07.jpg) no-repeat;
	border-bottom: 1px dotted #B9B9B9;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}


/* Footer */

#footer {
	clear: both;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 6px solid #666;
	font-size: small;
	color: #1076a7;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	color: #1076a7;
}

#footer a {
	color: #1076a7;
	text-decoration: none;
}

#footer a:hover {
	color: red;
	text-decoration: none;
}

#hosting {
	padding-left: 30px;
	padding-right: 10px;
	background: url(/images/zak.jpg) no-repeat left;
}

#error_message {
	border: 2px solid red;
	padding: 8px 8px 8px 8px;
}
