html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

img {
	border-top-width: 1;
	border-right-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
	border-color: #000000;
}

a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
a.two:link {color: black;}
a.two:visited {color: black;}
a.two:active {color: black;}
a.two:hover {
	color: black;
	text-decoration: underline;
}

body {
	text-align: center;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 12px;
	background-color: #fff;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-x;
}
#form {
	left: 100px;
	right: 100px;
	text-align: center;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 12px;
	background-color: #F0F1BC;
	border: 1px solid #CD8ED5;
}
#form1 {
	right: auto;
	left: auto;
	width: 30em;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
.submit input
{
margin-left: 20em;
} 
	

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 728px;
	position: relative;
}

#box2 {
	position: absolute;
	top: 46px;
	left: 0;
	height: 43px;
	padding-top: 8px;
	width: 414px;
	text-align: center;
	color: #ffffff;
	font-weight: normal;
	background-color: #9F009F;
	font-family: "Times new roman", serif;
	font-size: 30px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;

}
h1 {
	font-weight: bold;
	color: #000000;
	font-size: 18px
}
#top-nav {
	position: absolute;
	top: 15px;
	left: 414px;
	width: 266px;
	height: 269px;
	background-color: #8E5F97;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#top-nav ul {
  text-align: center;
  line-height: 32px;
}
#top-nav li {
	display: inline;
	font-size: 16px;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
}
#top-nav a {
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}
#top-nav a:hover {
  text-decoration: underline;
}

#mmagic {
  background: url(images/media_magic.gif) no-repeat;
  position: absolute;
  top: 46px;
  left: 680px;
  width: 48px;
  height: 238px;
}
#header {
  position: absolute;
  top: 89px;
  left: 0px;
  width: 414px;
  height: 195px;
}

/** body **/
#spacer {
  height: 285px;
}

#body {
  width: 100%;
}

#left {
	float: left;
	width: 730px;
	background-color: #8E5F97;
}
#right {
  float: right;
  width: 312px;
}

#nav ul {
}
#nav li {
	float: left;
	width: 103px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: url(images/tab_lit.gif) repeat-x;
	border-left: 1px solid white;
	list-style: none;
}
#nav a {
	color: black;
	text-decoration: none;
	font-family: "Times new roman", serif;
	font-size: 16px;
}
#nav2 a {
	color: #000000;
	text-decoration: none;
	font-family: "Times new roman", serif;
	font-size: 16px;
}
#nav a:hover {
  text-decoration: underline;
}
#nav li.drk {
  background: url(images/tab_drk.gif) repeat-x;
  border-left: none;
  padding-left: 1px;
}

#visit {
	padding: 15px 40px 14px 36px;
	background-color: #FFFFFF;
}
#visit h2 {
  font: 24px "Times new roman", serif;
}
#visit a {
  text-decoration: none;
}
#visit a:hover {
  text-decoration: underline;
}


#visit2 {
	padding: 15px 40px 14px 36px;
	background-color: #FFFFFF;
	height: 1200px;
}
#visit2 a {
  text-decoration: none;
}
#visit2 a:hover {
  text-decoration: underline;
}

#portfolio {
	float: left;
  	font: 14px "Times new roman", serif;
	width: 300px;
	text-align: center;
}
#portfolior {
	float: right;
  	font: 14px "Times new roman", serif;
	width: 300px;
	text-align: center;
}

/** footer **/
#copyright {
	color: #fff;
	text-align: center;
	font-size: 11px;
	float: right;
	width: 315px;
	padding: 10px 0;
	margin-bottom: 20px;
	background-color: #754E7C;
}
#copyright p {
  margin: 0;
  padding: 0;
}
#small {
	float: left;
	width: 150px;
}
#smaller {
	float: right;
	width: 200px;
}
.style1 {color: #000000}
.style2 {font-size: 10px}