*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: Verdana, Arial, sans-serif;
	font-size: .8em;
	background-color: white;
}

h1
{
	color: #999;
	background: transparent;
	text-align: left;
	border-bottom: 1px solid #ccc;
	font-size: 1em;
}

h3
{
	color: #906;
	background: transparent;
	text-align: left;
	font-size: 1em;
}

h5
{
	color: #609;
	background: transparent;
	text-align: left;
}

.displace {
	position: absolute;
	left: -5000px;
	}

#wrapper
{
	margin: 0 auto;
	width: 922px;
}

#header
{
	width: 900px;
	padding: 10px;
}

#content
{
	width: 900px;
	height: auto;
	color: #333;
	background: none;
	margin: 0px 0px 5px 0px;
	padding: 10px;
}

#footer
{
	color: #333;
	width: 900px;
	border: none;
	background: none;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}

.copyright
{
	width: 100px;
	height: 100px;
	font-size: 75%;
	text-align: justify;
	text-decoration: none;
	color: #9999FF;
	position: absolute;
	z-index: 1;
	top: 675px;
	right: 17px;
}
#quotes
{
	width: 152px;
	height: 157px;
	position: absolute;
	z-index: 1;
	top: 200px;
	left: 14px;
}
#inQuotes
{
	width: 152px;
	height: 157px;
	position: absolute;
	z-index: 1;
	left: 400px;
	top: 600px;
}
.services
{
	width: 150px;
	height: 150px;
	font-size: 75%;
	text-align: justify;
	text-decoration: none;
	color: #339;
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 94px;
}
.services  a
{
	text-decoration: none;
	color: #C00;
}

.services a:hover
{
	color: #03F;
	text-decoration: underline;
}

.services a:visited
{
	color: #CCCCCC;
	text-decoration: underline;
}

#adLogo
{
	position: absolute;
	z-index: 1;
	margin-top: 5px;
	margin-left: 5px;
	height: 49px;
	width: 74px;
}

#studioLogo
{
	position: absolute;
	z-index: 1;
	top: 630px;
	left: 182px;
	height: 167px;
	width: 106px;
	display: block;
}

#mailLeft
{
	position: absolute;
	z-index: 1;
	font-size: 1.2em;
	font-family: "Comic Sans MS", fantasy;
}

#mailLeft  a
{
	text-decoration: none;
	color: #C00;
}

#mailLeft a:hover
{
	color: #03F;
	text-decoration: underline;
}

#mailLeft a:visited
{
	color: #CCCCCC;
	text-decoration: underline;
}

/* begin side text nav */
#nav
{
	float: left;
	text-align: left;
	color: #ee8;
	background: none;
}

ul#navigation
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	left: 7px;
	font-size: 1.2em;
}

ul#navigation a
{
	display: block;
	text-decoration: none;
	color: #C00;
	padding: 7px 5px 7px 30px;
	font-family: "Comic Sans MS", fantasy;
	background-image: url(images/main_nav_link.gif);
	background-color: none;
	background-repeat: no-repeat;
	background-position: left center;
}

ul#navigation a:hover
{
	color: #03F;
	text-decoration: underline;
	background-image: url(images/main_nav_hover.gif);
	background-color: none;
	background-repeat: no-repeat;
	background-position: left center;
}

/* ^^^^^^^^ Begin pinned menu ^^^^^^^^^^  */
div.secNav
{
	margin: 0;
	font-size: 80%;
	line-height: 1.4;
	text-align: center;
	position: fixed;
	top: 2em;
	left: auto;
	width: 9.5em;
	right: 2em;
	z-index: 5;
}

div.secNav p
{
	margin: 0;
	padding: 0.3em 0.4em;
	background: none;
	border: thin solid #ccc;
	color: white;
}

div.secNav a, div.banner em
{
	display: block;
	margin: 0 0.7em;
}

div.secNav a, div.banner em { border-top: 1px groove #ccc; }
div.secNav a:first-child { border-top: none; }
div.secNav em { color: #CFC; }

div.secNav a:link
{
	text-decoration: none;
	color: #C06;
}

div.secNav a:visited
{
	text-decoration: none;
	color: #CCC;
}

div.secNav a:hover
{
	background: black;
	color: white;
}

/* ^^^^^^^^ End pinned menu ^^^^^^^^^^  */
ul#navigation a:visited
{
	color: #000000;
	text-decoration: none;
	background-image: url(images/main_nav_visited.gif);
	background-color: none;
	background-repeat: no-repeat;
	background-position: left center;
}

ul#navigation li { display: inline; }

/* IE hack to keep height and space */
#html #navigation
{
	position: absolute;
	height: 1px;
}

/* end side text nav */
ul, ol { margin-left: 6%; }
.list { list-style-type: square; }

.brder
{
	border: thin ridge #dc143c;
	padding: 5px;
}

