body {
	
}

#page {
	border: 1px solid #000;
	width: 80%;
	margin: auto;
	-moz-border-radius: 5px;
	background-color: #aaa;
	background-image: url(page_bg.jpg);
	background-repeat: repeat-y;
}

#header {
	height: 125px;
	background: url(header_bg.png) repeat-x;
	border-bottom: 0px solid #aaf;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#logo {
	background: url(project_logo.png) no-repeat center center;
	height: 125px;
	width: 125px;
	
}

#menu {
	padding: 0px;
	margin: 0px;
	height: 30px;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	background: url(menu_bg.jpg) repeat-x;
	vertical-align: top;
}

#menu a {	
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	color: #03b;
	text-decoration: none;
	font-size: 14px;
}

#menu a:hover {
	color: #05d;
}

#menu label {
	font-size: 9px;
	font-weight: bold;
}

#menu input {
	height: 13px;
	width: 80px;
}

#menu .spacer {
	background: url(menu_space.png) no-repeat;
	display: inline-block;
	height: 30px;
	width: 2px;
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	
}

#menu .item {
	display: inline-block;
	height: 30px;
	text-align: center;
	padding-top: 5px;
}

#menu span.item {
	margin-top: 4px;
}

#content {
	
}

#footer {
	clear:both;
	text-align: center;
	padding: 3px;
	font-size: 10px;
}

#footer hr {
	width: 95%;	
}

.left {
	float: left;
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	float: right;
	text-align: right;
}

.types {
	width: 400px;
	margin: auto;
}

.types h3 {
	display: inline-block;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 100px;
}

.modal { 
    background-color:#fff; 
    display:none; 
    width:500px; 
    padding:15px; 
    text-align:left; 
    border:2px solid #333; 
 
    opacity:0.8; 
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-box-shadow: 0 0 50px #ccc; 
    -webkit-box-shadow: 0 0 50px #ccc; 
} 
 
.modal h2 {
	background:url(info.png) 0 50% no-repeat;
    margin:0px; 
    padding:10px 0 10px 45px; 
    border-bottom:1px solid #333; 
    font-size:20px; 
}

.modal p {
	margin-bottom: 4px;
	font-weight: bold;
}
