/* Kepi Software Website Main CSS File
© 2007 Kepi Software, written by Jeff Nouwen 
version 1.0, 2007-06-02
*/

body
{
	color: #444;
	background-color: #343434; /* update this in rounded corner code if changed */
	font-family: Myriad, Arial, Verdana, sans-serif;
	
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

/* CSS Rounded Corners. Adapted from http://www.html.it/articoli/nifty/nifty1.html
Changed to have rounded corners only on top-left and bottom-right */
div#roundedbox{background: #fff;}
b.roundedboxtop, b.roundedboxbottom{display:block;background: #343434;}
b.roundedboxtop{padding-top:0;}
b.roundedboxtop b, b.roundedboxbottom b{display:block;height: 1px;overflow: hidden;background: #fff;clear:both;}
b.r1{margin: 0 5px 0 0;}
b.r2{margin: 0 3px 0 0;}
b.r3{margin: 0 2px 0 0;}
b.r4{margin: 0 1px 0 0;height: 2px;}
b.l1{margin: 0 0 0 5px;}
b.l2{margin: 0 0 0 3px;}
b.l3{margin: 0 0 0 2px;}
b.l4{margin: 0 0 0 1px;height: 2px;}

img
{
	border: none;
}

#content
{
	font-size: 10pt;
	padding-right: 20px;
	padding-left: 20px;
	
	min-height: 200px;
}

#content a
{
	color: #348AB4; /* brightened version of "Kepi" in logo */
}

#content a:hover
{
	color: #222;
	text-decoration: none;
}

#contentfooter
{
	clear: both;
	color: #fff;
}

#footer
{
	color: #ccc;
	
	font-size: 8pt;
	font-weight: bold;
	text-align: center;

	padding-top: 20px;
	margin: 0px auto 0px auto;
}