@charset "UTF-8";
/* CSS Document */
*, li, ul, div {
margin:0;
padding:0;
}
img, div {
	behavior: url('../iepngfix.htc');
}
a:link{
	color: #FFFFFF;
}
a:visited{
	color: #CCCCCC;
}
a:hover{
	color: #FF9933;
}
a:active{
	color: #FF6600;
	text-decoration: line-through;
}
body {
	font: 100% "Palatino Linotype", Book Antiqua, Palatino, serif;
	background: #110000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.site #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 575px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #110000;
	text-align: left;
	background: url(../images/italia_institute_bg_warm.jpg) no-repeat scroll center top;
}
.site #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
p {
	font: 14px "Palatino Linotype", Book Antiqua, Palatino, serif;
	color: #FFFFFF;
	padding: 10px 3px 0px 10px;
}
h4,h5{
	font-family: "Palatino Linotype", Book Antiqua, Palatino, serif;
	color: #ffffff;
	margin: 0px 0px 0px 5px;
}
fieldset {
	margin: 10px;
	padding: 4px;
	border: thin dotted #FFFFFF;
}
legend {
	color: #FFFFFF;
	margin-left: 20px;
	font: bold 15px "Palatino Linotype", Book Antiqua, Palatino, serif;
}
#sitetext{ width:500px;margin:170px 30px 30px 80px;}
#nav {width: 900px; height: 35px; margin: 70px auto; padding: 0; position: relative; left:-5px;top:-60px;}
#nav div {margin: 0; padding: 0; position: absolute; top: 0;}
#nav div, #nav a {height: 30px; display: block;}	
#nav .aboutus 	{left: 0; width: 290px; }
#nav .contactus {left: 300px; width: 290px;}
#nav .classes 	{left: 600px; width: 290px;}
#nav img {border:0;}
.courses{
	font: 12px "Palatino Linotype", Book Antiqua, Palatino, serif;
	color: #FFFFFF;
	list-style: disc inside;
}
#verticalForm fieldset
{
	width: 220px;
	margin:10px 0 0 0;
	text-align:left;
}

#verticalForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#verticalForm fieldset.radio label
{
	font-weight: normal;
}

#verticalForm input
{
	display: block;
	width: 200px;
}

#verticalForm label
{	color:#FFFFFF;
	font-size:12px;
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}

#verticalForm label.first
{
	padding-top: 1em;
}

#verticalForm select
{
	display: block;
}
#pics{
float:right; clear:right;width:181px;height:120px;margin:0 72px 0 0;background:url(../images/frame.png);
}
#pics img{
	margin:19px;
}
.eachpic img{display:none;}
