body
{ 
  margin: 1em;
  font-family: georgia, verdana;
  font-size: 8pt;
  font-weight: bold;
  line-height: 1.7;
  color: #666; 
  background-color: #663333;
}

ul
{
	list-style-type: square;
}

div.menu
{
	position: absolute;
	top: 30px;
	left: 185px;
 	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	padding: 0px;
	background-color: #ffffff;
	z-index: 1;
}

.menu a {
/*display: block; used for vertical menu */
display: inline;
padding: 10px 20px 10px 20px;
font-weight: bold;
font-size: 10pt;
/*letter-spacing: 2px;
background: url("images/menu_bgtest.jpg") 0 0 repeat-x;*/
color:#666666;
text-decoration: none;
text-align: left;
 	border-style: solid;
	border-width: 1px;
	border-color: #fff;
}
.menu a:hover { 
/*background-position: 0 -40px;*/
 	border-style: solid;
	border-width: 1px;
	border-color: #663333;
color: #7F98D0;
text-decoration: none;
}
.menu a:active {
/*background-position: 0 -40px;*/
color:#7F98D0;
}

div.border
{
position: relative;
top: 40px;
left: 10px;
width: 800px;
height: 550px;
background: #fff;
border-style: solid;
border-color: #A5949A;
border-width: 0px;
background-image: url("images/background.jpg");
background-position: left;
background-repeat: no-repeat;
margin: 0 auto;
}

div.unleash
{
position: absolute;
top: -20px;
left: 0px;
font-size: 8pt;
font-variant: small-caps;
font-weight: bold;
color: #ccc;
word-spacing: 4px;
}

div.content
{
position: absolute;
top: 86px;
left: 31px;
width: 790px;
height: 377px;
background: white;
border-style: solid;
border-color: #A5949A;
border-width: 1px;
background-image: url("images/backg.jpg");
background-position: left;
background-repeat: no-repeat;
}

div.text
{
position: relative;
top: 10px;
left: 165px;
width: 610px;
z-index: 0;
}

h1.header
{
position: absolute;
top: 0px;
left: 20px;
font-weight: bold;
font-size: 12pt;
color: #663333;
border-style: solid;
border-color: #A5949A;
border-width: 1px 3px 3px 1px;
width: 17px;
text-align: center;
padding: 0px 5px 0px 5px;
}

h2
{
margin: 0px 0px -20px 0px;
font-size: 10pt;
text-decoration: underline;
}
div.logo
{
position: absolute;
top: 0px;
left: 675px
}

div.info
{
position: absolute;
top: 380px;
text-align: right;
left: 580px;
line-height: 1.5;
font-weight: bold;
}

div.foot
{
position: absolute;
left: 10px;
font-size: 8pt;
color: #CCCCCC;
top: 551px
}

object.carousel
{
font-size: 9pt;
color: #999999;
top: 551px
}


ul.branding li
{
padding: 0px 0px 30px 0px;
list-style-image: url("images/bullet.jpg");
}

div.projects
{
position: absolute;
top: 0px;
right: 0px;
z-index: -1;
background-image: url("images/projects_.jpg");
background-repeat: no-repeat;
width: 573px;
height: 350px;
}

a { text-decoration: none; color: #7F98D0 }
a:active { text-decoration: none; color: #7F98D0 }
a:hover { text-decoration: underline; color: #7F98D0 }

