/* CSS Document */

*{
margin:0;
border:0;
}
body{
text-align:center;
background-color:#333333;
/* 16px(medium) * 62.5 = 10px base font size */
font-size: 62.5%;
}

body, h1, h2, h3, h4, h5, h6, ol, ul, li, p, a, dl, address {
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	}
p, ul, ol, dl, address, select {
	font-size:1.1em
	}

p {
line-height:1.5em;
}
	
ul ul { font-size: 100%; }

#outer{
width:800px;
height:600px;
background-image:url(images/mainbk.jpg);
margin:auto;
text-align:left;
border: solid 1px #FFF;
}

.cv #outer {
background-image:url(images/textbk.jpg);
}
#homelogo{
background-image:url(images/homelogo.jpg);
background-repeat:no-repeat;
width:312px;
height:112px;
margin-top:121px;
margin-left:40px;
}
#content{
width:334px;
height:201px;
margin-top:74px;
margin-left:40px;
text-align:center;
}

#cvcontent{
margin-top:5px;
width:790px;
margin-left:10px;
height:303px;
text-align:left;
overflow:auto;
}

#cvcontent h3{
font-size:1.1em;
font-weight:bold;
}

#cvcontent ul{
list-style-type:disc;
margin-left:20px;
}
#cvcontent h1{
text-align:right;
font-size: 1.2em;
font-weight:bold;
}

#cvcontent a, #cvcontent a:link, #cvcontent a:active, #cvcontent a:visted{
color:#2B4574;
text-decoration:none;
}

#cvcontent a:hover {
color:#000;
text-decoration:underline;
}

#content ul{
list-style-type:none;
margin:0;
}
#content li{
padding:5px;
}
a, a:link, a:active, a:visted{
color:#FFF;
text-decoration:none;
}
a:hover {
color:#CCC;
text-decoration:underline;
}
#content h2, #cvcontent h2{
text-indent:-9999px;
height:0;
width:0;
font-size:10px;
}
.download{
margin-top:10px;
font-size:1em;
}
.white{
color:#FFF;
}
