/*
	Style sheet for homepage.
*/

body{ 
background-color:#262626;
font-family: "Courier New", Courier, monospace;
font-size:1em; 
margin:0; 
text-align:center; 
color:#999999;
}

h1 {
	color: #CCCCCC;
	font-size: 4em;
}
 
#header{ 
background: url('images/personal_banner_new.png') no-repeat left;
position:absolute;
height:115px;
width:600px;
border-bottom:3px dotted #000000;
padding:10px;
padding-bottom:0px;
}

#column {
position:absolute;
padding:10px;
margin-top:150px;
width:700px;
height:300px;
text-align:left;
color:#c2c2c2;
}

#column a:link, 
#column a:visited, 
#column a:hover, 
#column a:focus, 
#column a:active{
font-family: Arial, Helvetica, sans-serif;
font-size:20px; 
color:#c2c2c2;
text-decoration:none;
text-transform:uppercase;
word-spacing:4px;
}

#column a:hover {
color:#404040;
}

#column .c1 {
float:left;
margin-top:0;
width:350px;
}

#column .c2 {
float:right;
margin-top:0;
width:350px;
}

li {
text-indent:2px;
list-style-type:none;
}

img{
border-bottom:3px dotted #000000;
}
