
*{
margin: 0 auto 0 auto;
text-align:left;}

html, body {
text-align: center;
}

body {
margin: 0;
padding: 0;
background-color: #a1a1a1;
text-align: left;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 15px;
background-image:url(background.jpg);
background-position: center;
background-repeat: repeat-y;
}

a {
text-decoration: none;
font-weight:bold;
color:#000000;
}
a:hover {
color:#999999;
}
a:visited {
color:#000000;
}

p {
text-align: left;
margin-left: 10px;
margin-right: 15px;
font-size: 18px;
line-height: 1.1;
border-width: 2px;
border-style: solid; 
border-color: #000000;
border-right-color: #FFFFFF;
border-left-color: #FFFFFF; 
}

h1 {
text-align: left;
font-size: 28px;
}
h2 {
text-align: left;
font-size: 22px;
}
h3 {
text-align: left;
font-size: 18px;
margin-top: 75px;
}

#page
{
width: 1024px;
}
#main 
{
width:1024px;
float: left;
}
#main .main_left
{
width:250px;
float:left;
/*position: fixed;*/
margin-left: 50px;
margin-top: 50px;
}
#main .main_right
{
width:650px;
float:right;
margin-left: 49px;
margin-right: 25px;
}
#main .main_right_header {
background-image:url(top_bar.png);
background-repeat: no-repeat;
position: fixed;
width:650px;
height:125px;
}
#main .main_right_content {
margin-top: 125px;
}

#bottom_bar{
background-image:url(bottom_bar.png);
background-repeat: no-repeat;
float: left;
width:650px;
height:26px;
}

#profile{
background-image:url(profile_back4.jpg);
background-repeat: no-repeat;
float: left;
width:250px;
height:700px;
}
.catagory { /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 24px ;
}
.openthetext{ /*class added to contents of 2nd demo when they are open*/
color: #000000;
font-weight:bold;
font-style: underline;
font-size: 24px;
}
.closedthetext{ /*class added to contents of 2nd demo when they are closed*/
color: #000000;
font-weight:bold;
font-style:italic;
font-size: 24px;
}

