/* CSS Document */
#container{
	width: 680px;
	position: absolute;
	top:0;
	left:50%;
	margin-left: -340px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #858585;
	text-align:left;
}
#border {
	width: 680px;
	position: absolute;
	top: 106px;
	left:50%;
	margin-left: -341px;
	height: 445px;
	border: 1px solid #BABFC9;
}
/* header container*/
#header{
	width: 100%;
	height: 129px;
	background-repeat:no-repeat;
}
/* quote and info text*/
#quote {
	width: 485px;
	margin-left: -25px;
	margin-top: 1px;
	background-color: #FDFDFD;
	border-top: 1px solid #CFDAE0;
	border-bottom: 1px solid #CFDAE0;
	font-style:italic;
	font-size: 13px;
	text-align: center;
	color: #A4B5C5;
}
#content {
	width: 400px;
	padding-left: 25px;
	margin-top: 10px;
}
#comment{
	margin: 5px;
	text-shadow: 2px 2px 4px black;
	color:white;
	font-size:14px;
	text-align:justify;
	font-style:italic;
}
#info{
	margin-top: 30px;
	width: 100%;
	padding-left:10px;
	text-align:justify;
}

/*horizontal menu*/
#menu {
	width: 680px;
	padding: 0;
	height: 20px;
}
#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#menu ul li {
	float: left;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
}
#menu ul li a {
	width: 122px;
	height: 20px;
	border-top: none;
	border-left: 1px solid #bdc2ca;
	border-bottom: 1px solid #bdc2ca;
	border-right: none;
	padding: 0;
	margin: 0 0 10px 0;
	color: #353d5c;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	font-size:    xx-small;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size:    x-small;   
	}

html>#menu ul li a  {
	font-size: x-small;   
} 

#menu ul li#one a	{
	width: 49px;
	border-left: 0px;
}
#menu ul li#two a	{
	width: 135px;
}
#menu ul li#three a	{
	width: 115px;
}
#menu ul li#four a	{
	width: 130px;
}
#menu ul li#five a	{
	width: 87px;
}
#menu ul li#six a	{
	width: 98px;
}
#menu ul li#seven a	{
	width: 60px;
}
#menu ul li a:hover {
	background-image: url(images/MenuGrad.gif);
	background-repeat:repeat-x;
}	
#menu ul li a:active	{
	background-image: url(images/MenuGrad.gif);
	background-repeat:repeat-x;
}
/*image grid*/
#grid {
	position: absolute;
	left: 50%;
	margin-left: 139px;
	top: 149px;
	width: 203px;
	height: 404px;
}
#grid ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#grid ul li {
	float: left;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
}
#grid ul li a {
	height: 100px;
	width: 100px;
	border-left:1px solid white;
	border-right:0px solid white;
	border-top: 1px solid white;
	border-bottom:0px solid white;
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
}
#grid ul li a:hover {
}
/*utility classes*/
.left {
	float: left;
	clear: left;
}
.right {
	float: right;
	clear: right;
}
