/* CSS for DRIVEN robotics summercamp website */

*
{
	margin:0px;
	padding:0px;
}

/* STRUCTURE */

body
{
	background-image:url("../images/logos/ltgraydk.gif");
	
}

span
{
	display:block;
	margin-left:150px;
	color:red;
	font-family:Arial;
	font-size:10pt;
}

.wrapper
{
	margin:0px auto;
	background-color:white;
	width:75%;
	min-width:800px;
	border:#000000 1px solid;
	border-top:none;
	padding: 0px 10px;
}

/* Black and yellow stripe */
/*
.bar
{
	background-image:url("../images/logos/blackyellowstripes.jpg");
	background-repeat:repeat-x;
	width:100%;
	margin:0px;
	margin-bottom:20px;
}

*/

.header
{
	height:100px;
	background-image:url("../images/logos/logo.jpg");
	background-repeat:no-repeat;
	padding-left:240px;
	padding-top:30px;
	text-align:left;
	font-family:Bitstream Vera Sans;
	font-weight:700;
	color:#acacac;
	border-bottom:1px dotted #acacac;
}

.sidebar
{
	width:20%;
	float:left;
	border-right:1px dotted #acacac;
	padding-top: 25px;
	padding-bottom: 15px;
	min-width:180px;
}

.content
{
	padding-top:10px;
	padding-right:20px;
	float:right;
	width:76%;
}

#reg
{
	text-align:center;
}

.clear
{
	clear:both;
}

ul
{
	margin-left:40px;
}

.menu
{
	margin-left:10px;
	text-align:center;
	list-style:none;
	padding:0px;
}

li
{
	margin: 3px 0;
}

ul#menu
{
	list-style:none;
	padding:0;
	margin:0;
	width:95%;
	text-align:center;
}

ul#menu li
{
	padding:0;
	padding-top:2px;
	margin:0;
}

p
{
	margin-left:40px;
}