body{  
margin-left: auto; /*Margin left and and margin right set to auto centers the content*/
margin-right: auto;
color: #787979;
font-family: Lucida Sans, Lucida Calligraphy;
font-size: 14pt;
text-align: center;
background: #C7C7C7;/*
background-image:url('images/slash.png');*/
}
#container {
width: 520px;
border: 3px solid #C7C7C7;
height: 570px;
margin-right: auto;
margin-left: auto;
background-color: #ffffff;
}

#container2 {

border: 1px solid #fff;
width: 526px;
height: 576px;
margin-right: auto;
margin-left: auto;
background-color: #ffffff;
}

.main {/*
width: 432px;*/
padding-top: 5px;
padding-bottom: 0px;
margin-right: auto;
margin-left: auto;
}

.top {
position: relative;
margin-right: auto;
margin-left: auto;

height: 270px; 
width: 330px;
}

.sub_main {

position: relative;
float: left;
height: 180px;
width: 220px;
padding: 0px 20px 5px 20px;
margin-right: auto;
margin-left: auto;
}

img {
border: 0px;
}

a{
text-decoration: none;
}
a:link{
color: black;
}     
/* unvisited link */

a:visited{
color: black;
}  
/* visited link */
	
a:hover{
color: #3834a6;
/*text-decoration: underline;*/
}  /* mouse over link */
