/* 
    AUTHOR: Daniel Neumann
            www.tenmen.org
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 62.5% Helvetica, sans-serif; text-align:center; }
ul { list-style: none inside; }
p { font: 1.3em/1.3em; margin-bottom: 1.3em; }
a { outline: none; }
a img { border: none; }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.transpBlack { background: url(transpBlack.png); }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#doc {
	width: 775px;
	margin: auto;
	text-align:left;
}
/* END STRUCTURE */



#hd {
	height:50px;
	width: 775px;
	background-color:#666;
	text-align:center;
}

#hd H1 {
	font-size:2.5em;
	padding-top:14px;
}



/* ------------------------------------------ */
/* NAVAGATION */
/* ------------------------------------------ */
#nav {
	height: 25px;
	width: 100%;
	background-color: #666666;
	background-image:url(images/nav_01.gif);
}
#nav ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	line-height: 25px;
	white-space: nowrap;
}
#nav li {
	list-style-type: none;
	display: inline;
}
#nav li a {
	text-decoration: none;
	font-weight:bold;
	padding: 5px 10px;
	color: #FFF;
	background-color:#333;
	background-image:url(images/nav_02.gif);
}
#nav li a:link {
	color: #FFF:
}

#nav li a:hover {
	font-weight: bold;
	color: #000;
	background-color: #3366FF;
	background-image:url(images/nav_01.gif);
}
/* END NAVAGATION */



#bd {
	background:#FFF;
	padding: 10px;
}


#col1 {
    float:left;
    width:72%;
}

#col2 {
    background: #FFF;
    float:right;
    width:25%;
	text-align:center;
	padding:10px 0;
}

#content {
	border:2px;
	border-style:solid;
	padding:15px;
}

#content h2 {
	font-size:2em;
	line-height:1.4em;
}

#content p {
	color: #333;
	font-size:1.2em;
	line-height:1.3em;
}

#content p a {
	color: #036;
}


#had {
	text-align:center;
	padding:10px 0;
	margin-bottom:10px;
}

#ft {
	text-align:center;
	padding:10px 0;
	background-color:#CCC;
}

#ft li {
	display:inline;
	margin:0 5px;
}

#ft li a {
	color:#333;
}

#ft li a:hover {
	color:#000;
}

.box {
	border: 6px solid #E6E6E6;
}



