/* 
  Torque Colors:
  red=145, 0, 0
  tan=204, 123, 58
  pink=213, 148, 110 
*/


body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url("bg.png");
	background-color: #330000;
	background-position: top center;
	background-repeat: repeat-y;
	background-attachment: scroll;
	font-family: verdana, kalimati, sans-serif;
	font-size: 13px;
	color: #330000;
	overflow-y: scroll;
	overflow-x: hidden;
}
	
div#container {
	position: relative;
	width: 1000px;
	height: 1800px;
	top: 0px;
	margin: auto;
	overflow: hidden;
}

#logo {
	position: relative;
	width: 1032px;
	height: 200px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
}	
	
#flashcontent {
	height: 750px;
	width: 580px;
}


div {
	position: absolute;
	padding: 4px;
}

div#left {
	top: 60px;
	left: 0px;
	width: 152px;
	height: 440px;
	text-align: right;
 }

div#center {
	top: 10px;	
	left: 188px;
	width: 600px;
	height: 580px;
	text-align: left;
}

div#right {
	top: 60px;
	right: 0px;
	width: 154px;
	height: 440px;
	text-align: left;
	color: #dda47a;
}

div#menu  li  ul{
	display: none;
}

div#menu  li:hover ul{
	display:block;
}

a:button {
	text-decoration: none;
	color: maroon;
}

a{
	text-decoration: none;
	/*background-color: rgb(145, 0, 0);*/
	color: #b40027;
	font-weight: bold;
}

a:hover {
    text-decoration: underline;
	/*background-color: rgb(213, 148, 90);*/
	color: #f04b19;
	font-weight: bold;
}

a:visited {
    text-decoration: none;
	/*background-color: rgb(255, 192, 203);*/
	color: #b40027;
}

p#title {
    font-variant: small-caps;
	font-size: x-large;
	text-align: center;
    font-weight: 600;
    color: maroon;
}


p#section {
    font-variant: small-caps;
	font-size: x-large;
	text-align: left;
    font-weight: 550;
    color: maroon;
}

li#circle {
	list-style-image: url('bullet.png');
}

img#floated {
 float: left;
}

#photo {
	  float: left;
	  padding-right: 10px;
     }
	 
#menu li ul {
    display: none;
}	 
	 
#menu li {
    list-style-type: none;
}

#menu li:hover {
    list-style-type: none;
	display: block;
}
p#divider {
	float: center;
	height: 54px;
	width: 576px;
	background-image: url('divider.png');
	background-repeat: no-repeat;
	padding: 2px;
	background-position: top center;
}
