/* layout */


body {
	margin:20px 0px 20px 0px; 
	text-align:center;
	background-color:#0d0c1e;
	background-image:url(images/bg2.jpg);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Verdana, Arial;	
}

#container {
	position:relative; 
	width:780px;
	min-height:660px;
	z-index:0;
	border:1px inset #993333;
	overflow:visible;
	text-align:justify;
	background-image:url(images/globe2.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#head {
	position:relative; 
	width:780px;
	height:132px; 
	left:0px;
	top:0px;
	z-index:1;
	background-image:url(images/header1.jpg);
	background-repeat:no-repeat;
	vertical-align:bottom;
}

#mainmenu {
	position:relative;
	width:760px;
	height:38px;
	margin:0px 0px 0px 10px;
	line-height:0px;
	padding-bottom:20px;
	background-image:url(images/menu_bg1.gif);
	background-repeat:repeat-x;
	text-align:center;
}

#main {
	padding:0px 50px 50px 120px;
}

#title {
	top:0px;
	left:0px;
	width:500px;
	height:100px;
	padding:0px 0px 0px 0px;
}

#titletext {
	padding:40px 0px 0px 200px;
}

#rightimage {
	float:right;
	right:0px;
	margin-top:50px;
}

#menuspacer {
	width:3px;
	height:10px;
}

#portrait {
	float:right;
	border:#c29393 1px inset;
	padding:2px;
}

#address {
	float:right; 
	width:220px;
	border-left:1px #544c5e solid;
	padding-left:10px;
}

#floatleft {
	float:left;
	padding:0px 10px 200px 0px;
}

#fingernail {
		float:left;
		padding-right:10px;
		vertical-align:text-top;
		border:0;
}

#box {
		width:60%;
		margin-right:auto;
		margin-left:auto;
		padding:10px;
		background-color:#ecdbdb;
		border:1px solid #c29393;
		min-height:120px;
		
}


/* fonts */

p, li {
	font-size:small;
	color:#544c5e;
	text-align:left;
}

li {
	line-height:120%;
}

h1 {
	font-size:medium;
	position:relative;
	left:-100px;
	padding-bottom:20px;
}

h2 {
	font-size:medium;
	color:#544c5e;
	letter-spacing:2px;
	text-align:left;
}

h3 {
	font-size:small;
	font-weight:bold;
	color:#544c5e;
	letter-spacing:1px;
	text-align:left;
}

h4 {
	font-size:x-small;
	color:#630d0d;
	text-align:center;
}

a:link, a:visited {
	color:#630d0d;
	text-decoration:none;
}

a:hover, a:active {
	color:#cc3333;
}





#shadow {
	position: absolute;
	z-index:-1;
	left: 3px;
	top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	width:785px;
	background-image:url(images/shadow.gif);
	background-repeat:repeat;
}

