/****************************************************************/
/*								*/
/*	Capitol Psychiatry Style Sheet				*/
/*	Copyright 2004 Lars Peterson & Capitol Psychiatry	*/
/*	All Rights Reserved					*/
/*								*/
/****************************************************************/

body {
	background-color:	#3A3A3A;
	background-image:	url(../images/background.gif);
	background-position:	100% 100%;
	background-repeat:	no-repeat;
	margin:			0 0 0 0;
}
p, ul, h3 {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:		small;
	color:			#EEEEEE;
}
h2 {
	font-variant:		small-caps;
	font-family:		serif;
	color:			#BBBBBB;
	margin:			5px 0px 10px 5px;
}

h2.motto {
	font-family:            "Copperplate Gothic Light", "Copperplate Gothic", "Times New Roman", serif;
	font-size:		.95em;
	margin:			5px;
	float:			right;
	text-align:		right;
	display:		block;
	
}

h3 {font-weight: bold;}

p.menu, p.menusub {
	font-family:		"Copperplate Gothic Light", "Times New Roman", serif;
	font-variant:		small-caps;
}

p.quote {
	font-size:		12pt;
	text-align:		justify;
}
p.cv {
	margin-left:		20%;
	margin-right:		10%;
}
	
p.menusub {
	padding-left:		1.5em;
}

p.footer {
	font-famiy:		"Copperplate Gothic Light", "Times New Roman", serif;
	font-variant:		small-caps;
	size:			90%;
	text-align:		center;
	color:			#D0D0D0;
}
a:link.menu {
	color:			#DDDDDD;
	padding:		1px;
}
a:hover.menu {
	color:			#FFFFFF;
	text-decoration:	underline;
	background:		#555555;
	padding:		1px;
	border-width:		0 1px 1px 0;
	border-style:		solid;
	border-color:		#2a2a2a;
}
a:visited.menu {
	color:			#DDDDDD;
}

a:link.body {color: #DDDDDD;}
a:hover.body {color: #FFFFFF; background: #555555;}
a:visited.body {color: #DDDDDD;}

table.layout {
	background-image:	url(/images/pinstripe.gif);
	width:			100%;
	height:			100%;
	border:			0px;
	margin:			0px;
	padding:		0px;
}
td#header {height: 83px; vertical-align: bottom}
td#left {width:	20%; vertical-align: top}
td#center {width: 60%; vertical-align: top}
td#right {width: 20%; vertical-align: top}
td#footer {vertical-align: bottom;}


div.menu {
	margin:			0 10px 10px 5px;
	border-style:		none;
	border-width:		1px;
	border-color:		#555555;
	padding:		5px;
}
div.center {
	margin:			0 10px 10px 0;
	padding:		5px;
}
	
div.right {
	margin:			10px;
	border-style:		solid;
	border-width:		0 0 1px 1px;
	border-color:		#555555;
	padding:		5px;
	vertical-align:		bottom;
}

div.footer {
	width:			75%;
	border-style:		solid;
	border-color:		#555555;
	border-width:		1px 0 0 0;
}

