/* CSS Document */

/* HTML STYLES GLOBAL */
html, body {
	margin:0px auto; 
	padding:0px;
	background-image: url(images/bg01.jpg);
	background-repeat: repeat-x;
	background-color: #cc9;
	color: #333;
	text-align: center;
	}
	

	
/* SHELL - CONTAINER */
#container {
	width: 700px;
	margin: 00px auto; 
	padding:0px;
	background: #eee;
	border-left: 1px #600 solid;@media{

}
	border-right: 1px #600 solid;
	border-bottom: 1px #600 solid;
	background: url(images/ms-047_bg03.gif) #eee no-repeat;
}

#subsetContainer {
	margin-top: 0px;
	margin-right: 35px;
	margin-left: 35px;
}

#footer {
	margin-top: 10px;
}

/* IMAGE AND FONT SUPPORT */

#logo {
	margin: 0px auto;
}

#featureArt {
	margin: 0px auto;
	width: 520px;
	text-align: center;
}

#featureContainer {
  	width: 580px;
  	margin: 0px auto;
	text-align: center;
	}

#featureArtLeft {
  	float: left;
	width: 260px;
	text-align: center;
}

#featureArtRight {
  	float: right;
	width: 260px;
	text-align: center;
}

#artWork {
	/*float: left;*/
	text-align: center;
	border: #600 solid 1px;
}

#featureCopy {
	/*float: right;*/
	width: 500px;
	margin: 03px;
	margin-bottom: 10px;
	text-align: center;
	font-family: GillSans, "GillSans Light", "MS Sans Serif", verdana, trebuchan, arial, helvetica, san-serif;
	font-size: 12px;
	line-height: 16px;
	color: #600;
	font-weight: normal;
}



/* TYPOGRAPHICAL ELEMENTS */
h1 {
	font-family: GillSans, "GillSans Light", "MS Sans Serif", verdana, trebuchan, arial, helvetica, san-serif;
	font-size: 16px;
	line-height: 20px;
	color: #600;
	font-weight: bolder;
	text-align: center;
	margin: 05px 30px 20px 30px;
	clear: both;
	}


h2 {
	font-family: GillSans, "GillSans Light", "MS Sans Serif", verdana, trebuchan, arial, helvetica, san-serif;
	font-size: 14px;
	line-height: 18px;
	color: #600;
	font-weight: normal;
	text-align: center;
	margin: 05px 20px 20px 20px;
	}

h3 {
	font-family: GillSans, "GillSans Light", "MS Sans Serif", verdana, trebuchan, arial, helvetica, san-serif;
	font-size: 12px;
	line-height: 16px;
	color: #600;
	font-weight: normal;
	text-align: center;
}

p {
  	font-family: GillSans, "GillSans Light", "MS Sans Serif", verdana, trebuchan, arial, helvetica, san-serif;
	font-size: 10px;
	line-height: 16px;
	color: #600;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
}

#legal {
	font-family: arial, helvetica, san-serif;
	font-size: 10px;
	line-height: 15px;
	color: #600;
	font-weight: normal;
	text-align: center;
	margin: 10px;
}

.acut {
	font-family: GillSans, "GillSans Light", "MS Sans Serif", verdana, trebuchan, arial, helvetica, san-serif;
	font-size: 16px;
	line-height: 20px;
	color: #600;
	padding: 10px;
	font-weight: bolder;
	text-align: center;
	margin-bottom: 20px;
}

	
/* A HREF LINKS */

a:link { color: #600; text-decoration:none; }
a:visited { color: #333;  text-decoration:none; }
a:hover  { color: #666; text-decoration:none; }

a.legal01:link { color: #600; text-decoration:none; }
a.legal01:visited { color: #333;  text-decoration:none; }
a.legal01:hover  { color: #666; text-decoration:none; }


