/* OliverTwist CSS Document */

html {
	scrollbar-face-color: #ED008C;
	scrollbar-track-color: #A3A5A8;
	scrollbar-arrow-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-highlight-color: #000;
	scrollbar-3dlight-color: #888;
	scrollbar-darkshadow-color: #555;
	}

body {
	background-color:#ED008C;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	}
	
*	{
	padding: 0;
	margin: 0;
	border: 0;
	outline:0;
	}

	
/* Divisions */	

#container {
	width:915px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
	}
	
#header {
	width:915px;
	margin-bottom:20px;
	}
	

#nav	{
	width:330px;
	background-image:url(images/topcorn.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
	float:left;
	}
	
#content {
	width:565px;
	background-image:url(images/topcorn.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
	float:right;
	}
	
#footer {
	width:915px;
	background-image:url(images/topcorn.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
	margin-top:20px;
	clear:both;
	}
	
/* hacks */	
.clearfloats 	{
	clear: both;
	height:1px;
	font-size:1px;
	}
	
.clearpic	{
	clear: both;
	}

/* main navigation */

#nav ul	{
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
#nav li	{
	width:330px;
	height:21px;
	margin-bottom:5px;
	margin-top:20px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size:15px;
	font-weight:bold;
	}
	
#nav a	{
	display: block;
	background: transparent;
	background: url(images/menuButton.gif) 0 0 no-repeat;
	color:#000;
	text-align:left;
	padding-left: 190px;
	width: 140px;
	height: 21px;
	text-decoration: none;	
	}
	
#nav a:hover	{
	background: url(images/menuButton.gif) 0 -21px no-repeat;
	}
	
#nav .selectBtn a	{
	background: url(images/selectButton.gif) 0 0 no-repeat;
	}
	
#nav .selectBtn a:hover	{
	background: url(images/selectButton.gif) 0 -21px no-repeat;
	}



/* type styles */
	
h1	{
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:19px;
	line-height: 19px;
	color:#ED008C;
	margin:10px 20px 3px 20px;
	}
	
h2	{
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color:#ED008C;
	margin:20px 20px 0 20px;
	}
	
h3	{
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#ED008C;
	margin:20px 20px 0 20px;
	}

	
p	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color:#666;
	margin:0px 20px 10px 20px;
	text-align: justify;
	}
	
#footer p {
	font-family:Georgia, serif;
	font-size:10px;
	line-height:25px;
	margin: 0 0 0 12px;
	color:#909090;
	}
	
.portfolio
	{
	width:331px;
	}

/* link navigation */

#content ul {
	margin-top:25px;
	margin-bottom:20px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:12px;
	line-height:18px;
	}

#content li {
	list-style-type:disc; color:#ED008C;
	list-style-position:inside;
	}	
	
#content a{
	color:#000;
	text-decoration:underline;
	}
	
#content a:hover {
	color:#000;
	background-color:#A3A5A8;
	text-decoration:none;
	}
	
/* Text Resize */

.text	{
	font-size: 11px;
	line-height: 18px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 0;
	}
	
.medium	{
	font-size: 11px;
	margin-left: 6px;
	}
	
.large	{
	font-size: 12px;
	margin-left: 10px;
	}
	
.larger	{
	font-size: 13px;
	margin-left: 10px;
	}
	
/* Make  rounded corners */	

.botcorn {
	background-image:url(images/botcorn.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#FFF;
	}

.topcorn {
	background-image:url(images/topcorn.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFF;
	}

/* pictures on page */

.pagepic {
	float:left;
	margin:0px 10px 0px 0px;
	width:220px;
	height:140px;
	}
	
.pagepic_nav {
	float:left;
	margin:10px 10px 10px 0px;
	width:220px;
	height:140px;
	}
	
.award	{
	margin-left:-22px;
	width:100px;
	height:100px;
	}
	

	

/*form */
.btn {
	border:none;
	background:url(images/rndBtn.gif) 0 0 no-repeat;
	width: 80px;
	height: 30px;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
	}
	
input, textarea, select {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	background-color: #FEE6F4 !important;
	border: #ED008C solid 1px;
	padding-left: 2px;
	}

