/* CSS Document */

body {
	width:100%;
	margin:10px 0 0 0;
	padding:0px;
	background:#000000;
	font-family:Verdana, sans-serif; 
	color:#999999; 
	font-size:14px;
}

a {
	color: #6666CC;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#container {
	height:auto;
	width:692px;
	margin-right:auto;
	margin-left:auto;
	clear:both;
	padding:5px 0px 5px 0px;
}

/******* HEADER *********/

#header {
	height:80px;
	width:692px;
	clear:both;
	margin-right:auto;
	margin-left:auto;
	border:double #333333;
	padding:6px 6px 10px 6px;
	overflow:hidden;
	background-image:url(../images/TM_logo.jpg);
	background-repeat: no-repeat;
	background-position:left;
}

#header h3 {
	font-size:20px;
	color:#6666CC;
}

#header h4 {
	font-size:10px;
	color:#6666CC;
	font-style:italic;
}

/******** TOP ************/

/******** MENU ***********/

#menu {
	position:relative; 
	float:right;
	clear:right;
	width:130px;
	min-height:400px;
	border-left:thin dotted #333333;
	padding:6px 6px 6px 10px;
}

#menu a {
	text-decoration:none;
	color:#6666CC;
}

#menu a:hover {
	text-decoration:underline;
	color:#6666CC;
}

#menu ul, #menu ul ol {
	margin: 0;
	padding: 0;
	}

#menu ul li {
	list-style: none;
	margin: 4px 0 6px 0;
	font-size:12px;
	text-transform:uppercase;
	}

#menu ul p, #menu ul select {
	margin: 5px 0 8px;
	}

#menu ul ul, #menu ul ol {
	margin: 5px 0 10px 10px;
	text-transform:capitalize;
	}

#menu ul ul ul, #menu ul ol {
	margin: 0 0 0 10px;
	}

#menu ul ul li, #menu ul ol li {
	margin: 3px 0 0;
	padding: 0;
	text-transform:capitalize;
	}

#menu h2 {
	font-size:12px;
    color:#6666CC;
    text-decoration:none;
}


p.section {
	font-size:10px;
	font-style:italic;
	text-decoration:underline;
	color:#999999;
}

/******** MENU ***********/

/****** CONTENT **********/

#content_box {
	float:left;
	clear:left;
	min-height:400px;
	width:532px;
	margin-right:auto;
	margin-left:auto;
	padding:5px 0px 5px 0px;
}

.justify {text-align:justify}

h1 {
	font-size:16px;
	font-style:oblique;
	color:#6666CC;
}

h2 {
	font-size:13px;
	color:#6666CC;
}

table.gallery td {
	text-align:center;
	font-size:9px;
	color:#CCCCCC;
}

table.gallery img {
	border: #333333 double;
}

table.gallery a {
	text-decoration:none;
	font-size:11px;
	color:#6666CC;
}

table.gallery a:hover {
	text-decoration:none;
	font-size:11px;
	color:#6666CC;
}

table.resume {
	font-size:9px;
}

table.resume td {	
	vertical-align:top;
	border-bottom:thin dotted #333333;
}

.title {
	font-size:12px;
	font-weight:bold;
}

/****** CONTENT **********/

/******* FOOTER **********/

#footer {
	height:auto;
	width:692px;
	clear:both;
	margin-right:auto;
	margin-left:auto;
	border-top:thin dotted #333333;
	padding:5px 0px 5px 0px;
	font:Verdana, sans-serif;
	font-size:9px;
	color:#333333;
	position:relative;
	vertical-align:bottom;
}

#footer a {
	text-decoration:none;
	color:#333333;
}

#footer a:hover {
	text-decoration:underline;
	color:#6666FF;
}

/******* FOOTER **********/
