/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* generic styles */

.clear { clear:both; }

/* homepage css */

#container {
	background-color: #fff;
	width: 680px;
	height: 610px;
	margin-right: auto;
	margin-left: auto;
}


#container p{
	color: #222;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 15px;
	font-size: 12px;
	text-align: justify;
}


#text-box-left {
	margin: 0 5px 10px 10px;
	width: 400px;
	height:150px;
	background-color:#fff;
	float:left;
}

#text-box-left h2{
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size:1.5em;
	padding: 0 0 10px 0;
}

#text-box-left h3{
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size:1em;
	padding: 0 0 10px 0;
	font-weight:bold;
}


#text-box-right {
	margin: 10px 10px 10px 10px;
	width: 220px;
	height: 150px;
	background-color: #fff;
	float: right;
	padding-left:20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

#text-box-right h3{
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	padding: 10px 0 3px 0;
	font-style: normal;
	font-weight: bold;
}

#text-box-right-top h3{
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	padding: 0 0 3px 0;
	font-style: normal;
	font-weight: bold;
}

/* project  form */

#project-container {
	background-color: #fff;
	width: 425px;
	height: 385px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#project-container td{
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 15px;
	font-size: 12px;
	text-align: justify;
}

#project-container h2{
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size:1.5em;
	padding: 0 0 20px 0;
}



#wheel-container {
	background-color: #fff;
	width: 425px;
	height: 330px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}


#wheel-container td{
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 15px;
	font-size: 12px;
	text-align: justify;
}

#wheel-container h2{
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size:1.5em;
	padding: 0 0 20px 0;
}



