#BODY {
	margin: 0;
	padding: 0;
	background-color: white;
	text-align: center;
}
	 
#main {
    margin: 75px auto 0px auto;
	padding: 0px;
	background-color: white;
	width: 750px;
	height: 500px;
}

#corner_tl {
    float:left;
	display: inline;
	margin: -80px 0px 0px 0px;
	width: 150px;
	height: 150px; 
	background-image: url(images/tl.gif); 
	background-repeat: no-repeat; 
	overflow: hidden;
}

#corner_tr {
	float:right;
    display: inline;
    margin: -80px 0px 0px 0px;
	width: 150px;
	height: 150px; 
	background-image: url(images/tr.gif); 
	background-repeat: no-repeat; 
	overflow: hidden;
}  

#corner_bl {
    float: left;
	display: inline;
	margin: 450px 0px 0px -150px;
	width: 150px;
	height: 150px;
	background-image: url(images/bl.gif); 
	background-repeat: no-repeat; 
	overflow: hidden;
}

#corner_br {
	float:right;
	display: inline;
	margin: 450px -150px 0px 0px;
	width: 150px;
	height: 150px; 
	background-image: url(images/br.gif); 
	background-repeat: no-repeat; 
	overflow: hidden;
}
#center {
	margin: 0 auto 0 auto;
	width: 440px;
	height: 400px;
}
#title{
	margin: -70px 0 0 0;
	width: 440px;
	height: 180px;
	background-color: transparent;
	background-image: url(images/top.gif); 
	background-repeat: no-repeat; 
	background-position: top;
}

#content {
	margin: 0px 0 0 0;
	width: 440px;
	height: 280px;
	overflow: auto;
}

#bottom {
	margin: 25px 0 0 0;
	width: 440px;
	height: 64px;
	background-image: url(images/bottom.gif); 
	background-repeat: no-repeat; 
	background-position: bottom;
}

#left {
	float: left;
	display: inline;
	margin: 70px 0px 0px -150px;
	width: 144px;
	height: 400px;
	border-left:3px dashed #ff0000;
	border-right:3px dashed #ff9900;
}


#right {
	float: right;
	display: inline;
	margin: 70px -150px 0px 0px;
	width: 144px;
	height: 400px;
	border-left: 3px dashed #33cc33;
	border-right: 3px dashed #0066cc;
	overflow: hidden;
	text-align: center;
}

#design {
	margin: 170px 0 0 0;
	width: 144px;
	height: 10px;
}

	  
h1 {
   	font-family: tahoma;
   	margin: 0px 0px 0px 0px; 
   	font-size: 1.48em; 
   	line-height: 1.7em;
   	color: black;
   	text-align: center;
	margin-top: 200px;
}

h2 {
   	font-family: tahoma;
   	padding: 0px 0px 0px 0px; 
   	font-size: .85em; 
   	line-height: 1.3em;
   	color: #0066cc;
   	text-align: center;
	margin-top:0px;
}

h3 {
   	font-family: tahoma;
   	padding: 0px 0px 0px 0px; 
   	font-size: 0.75em; 
   	line-height: 1.0em;
   	color: #FF0099;
   	text-align: left;
}

p {
  text-indent: 15px;
  padding: 0px 5px 0px 5px;
  font-family: tahoma;
  font-weight: normal;
  font-size: 0.6em;
  line-height: 1.2em;
  text-decoration: none;
  color: #000;
  text-align: center;
}

p.design {
  text-indent: 0px;
  text-align: center;
  font-weight: bold;
  color: #33cc33;
}

a.menu:link, a.menu:visited {
  font-family: tahoma;
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
  color: #3399CC;
}

a.menu:hover, a.menu:active {
  font-weight: bold;
  text-decoration: none;
  color: #fFF33FF;
}

a:link, a:visited {
  font-family: tahoma;
  font-weight: normal;
  font-size: 1.0em;
  line-height: 2em;
  color: #00CC00;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: none;
  color: #00CCFF;
}

ul {
  list-style-type: circle;
  font-family: tahoma;
  font-weight: normal;
  font-size: 0.7em;
  line-height: 1.2em;
  text-decoration: none;
  color: #000;
  text-align: justify; 
}

ul.menu {
  margin-top: 5px;
  list-style-type: square;
  line-height: 1em;
}

img.right 
{
  float: right;
  padding: 0 5px 0 5px;
}
