/* CSS Document */
*
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
        font-family: Arial, serif;
	text-align: center;
        color: white;
	background-color: #000000;
        text-align: left;
		line-height: 140%;
}

#navigation a
{
color: white;
text-decoration: none;
}

#navigation a:hover 
{
color: red;
}

.footer #copyright a {
color: white;
text-decoration: none;
}

.footer #copyright a:hover {
text-decoration: underline;
color: white;
}

/* #######################################################
Container
####################################################### */
#container
{
	margin: 0 auto;
	padding: 0;
	width: 755px;
        margin-top: 20px;
}
/* #######################################################
---/ End Container
####################################################### */

/*####################################################### */
#leftcolumn
{
   width: 390px;
   float: left;
   margin-right: 100px;
}

#rightcolumn {
   padding-top: 178px;
}

#navigation {
   font-family: Georgia, Arial, serif;
   font-size: 20px;
   font-weight: bold;
   line-height: 130%;
   margin-top: 30px;
   margin-bottom: 20px;
}

#maintext {
   margin-top: 20px;
   text-align: justify;
   margin-bottom: 30px;
}

hr {
   width: 200px;
   height: 8px;
   background-color: white;
   text-align: left;
}

.welcome {
   font-family: Georgia, Arial, serif;
   font-size: 27px;
   font-weight: bold;
   margin-bottom: 15px;
}

.button_class {
	padding:0 20px;
	float:left; 
	text-decoration:none;
	font-weight:bold;
  background-color:#999999;
  color: #FFFFFF;
  font-family: Arial, Times New Roman;
  text-size: 10px;
  margin-top: 10px;
}


/* #######################################################
---/ Left Navigation
####################################################### */


/* #######################################################
Footer
####################################################### */
#container .footer
{
	clear: both;
	text-align: right;
        font-family: Arial, Georgia, serif;
        font-size: 12px;
				color: white;
        margin-top: 10px;
}

#copyright {
       top: 45px;
       position: relative;
}


/* #######################################################
---/ End Footer
####################################################### */

/* Profile specific CSS */

#profile #leftcolumn {

}

#profile #rightcolumn #maintext {
      margin-top: 155px;
}

.textbox {
	margin-bottom: 15px;
}


#contact {
margin-top: 123px;
}

