
body {
	font-family:Georgia, serif;
	background-color: #141215;
	margin-bottom:40px;
	color:#141215;
}


a {
	color:#141215;
	text-decoration:none;
	border-bottom-style:dotted;
	border-width:1px;
	border-color:#992317;
}
img { border:none;}

#lightbox a, .screenshots a {
	border:none;
}

a:hover {
	color:#992317;
	
}


#header{
	
	background-image: url("images/roundingCulatorIcon.png");
	background-repeat: no-repeat;
	background-position: 40 50;

	width: 700px;
	height:500;

}

#all {
	position:absolute;
	width:700;
	left:190;
	top:40px;
	
}

#content {
	background-color:#D8D4C7;
	border:  10px solid white; 
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}

#bottom{
	width: 700px;
	height:120;
}

#footer{
	height:40px;
}

#main {
	margin-left:10px;
	width:500px;
}


/* navigation */

#nav {
	z-index:3;
	font-family: Lucida Grande, Helvetica, sans-serif;
/*	font:bold   Lucida Grande, Helvetica, sans-serif;*/
	color:#D8D4C7;
	position:absolute;
	width:160px;
	left: 40px;
	top:130px;
	min-height:500px;
}

#nav a{
	border:none;
	width:160px;
	color:#C1C0B5;
	text-decoration:none;
}

#nav a:hover, .selected{
	color:white;
}

li .selected{
	border-width: 5px;
	display:block;
	border-style: solid;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:25px;
	position:relative;
	left:-30px;
	top:-15px;
	margin-bottom:-30px;
	min-width: 135px;
	background-color: #141215;
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-top-left-radius:15px;

	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-topleft: 15px;
}



ul {
	border-style: solid;
	border-width: 5px;
	border-right-width: 0px;
	border-color:white; 
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-topleft: 15px;
	list-style:none;
	padding:0px;
/*	padding:0px 0px 20px 0px;*/

	
}

ul li {
	
	padding:10px;
}

/*extras*/

#extraText {
	z-index:20;
	position:absolute;
	width:177;
	height:268;
	top:300px;
	left:752px;
	background-image:url("images/ag.png");
	background-repeat: no-repeat;
}

#spike {
	z-index:50;
	position:absolute;
	width:418;
	height:271;
	top:-20px;
	left:697px;
	background-image:url("images/spike.png");
	background-repeat: no-repeat;
}

#download {
	z-index:50;
	position:absolute;
	width:162;
	height:64;
	top:500px;
	left:550px;
	background-image:url("images/download.png");
	background-repeat: no-repeat;
}
#download:hover {
	background-image:url("images/downloadhover.png");
}

.label, .error {
	font-size:12px;
	color:gray;
	margin-bottom:10px;
}

.error {
	color:red;
}