html {min-height: 100%;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin:0px;
padding:0px;
} 
a {color: #048;}
a:hover {color: #06C;}

a:link img, a:visited img, a:focus img, a:active img {
border: black solid 2px;
}


a:hover img{
border: #06C solid 2px;
}


body {
	background: #fcf5d4 url('img/body.jpg') no-repeat center top;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 20px; 
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

h1 {padding-top: 6px; color: #553; margin-bottom: 4px;}
h2,h3 {padding-top: 2px; color: #553; margin-bottom: 2px;}

form,input {margin: 0; padding: 0; display: inline;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}
.center {margin: 0 auto;}

/* structure */
.inner-container {
	border: 3px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 900px;
}

.outer-container {
	/*background: url('img/container.jpg') no-repeat center bottom;*/
	padding-bottom: 20px;
}

/* headere & title */
.header {
	background: #222 /* url('img/header.jpg') no-repeat */ ;
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
}

/* 
 */
.path {
	background: #000000;
	color: #FFF;
	font: normal 1.3em Verdana,sans-serif;
	padding: 8px 30px;	
}

.path li {	
	float: left;
	padding: 0px 13px 0 13px;
}

.path a {
	color: #FFF;
	text-decoration: none;
}
.path a:hover {
	color:#FF6600;
	text-decoration: none;
}

	
/* main */
#main {
	background: url('img/main.gif') repeat-y;
}
#main .nosb {
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 12px;
}
#main .sbleft {
	background: url('img/main_sb_left.gif') repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

#main .sbright {
	background: url('img/main_sb_right.gif') repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 0px 0 12px;
}

#main .sbleftsmall {
	background: url('img/main_sb_left_small.gif') repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

#main .sbrightsmall {
	background: url('img/main_sb_right_small.gif') repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 0px 0 12px;
}

/* content */
#content .full {
	float: none;
    width: auto;
}
#content .right {
	float: right;
	width: 593px;
}
#content .left {
	float: left;
	width: 593px;
}
#content .rightsmall {
	float: right;
	width: 673px;
}
#content .leftsmall {
	float: left;
	width: 673px;
}
#content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
#content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
#content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* navigation */
#navigation .nonav {
	float: none;
	width: 280px;
}

#navigation .navleft {
	float: left;
	width: 280px;
}

#navigation .navright {
	float: right;
	width: 280px;
}

#navigation .navleftsmall {
	float: left;
	width: 200px;
}

#navigation .navrightsmall {
	float: right;
	width: 200px;
}
#navigation h2 {
	color: #5A5A43;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
#navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
#navigation li {border-bottom: 1px solid #EAEADA;}
#navigation li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
#navigation li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* footer */
.footer {
	background: #949490 url("img/footer.jpg");
	color: #000000;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #000000;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}
