@charset "UTF-8";
/* CSS Document */

.BodyText {
	font-family: "Verdana" ;
	font-size:12px;
	color:#999;
	text-align:justify
}

.BodyText2 {
	font-family: "Verdana" ;
	font-size:12px;
	color:#fff;
	text-align:justify
}



.Menu {
	font-family: "Verdana";
	font-size:12px;
	color:#666;
}

.SubHead {
	font-family: "Verdana";
	font-size:16px;
	color:#a5aa2f;
	font-weight:bold;
}

.TextHead {
	font-family: "Verdana";
	font-size:12px;
	color:#666;
	font-weight:bold;
}

#Container {
	align:center;
	width:1000px;
	height:800px;
	background-image:url(img/web-design-back.png)
}
	
#content {
  
  display:inline;
}

#content {
  
  display:inline;
}

body
{
	text-align: center;
}

div#Container
{
	margin-left: auto;
	margin-right: auto;
	width: 50em;
}

/* main link css */

a {
	font-family: Myriad Pro, verdana;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
}