@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 700px;
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: justify;
	margin: 20px auto;
} 

.twoColFixLtHdr #container2 {
	width: 700px;
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: justify;
	margin: 20px auto;
	height: 500px;
} 

.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	padding: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 250px;
	height: 400px;
	background: transparent;
	padding: 25px 10px 15px 10px;
}
.twoColFixLtHdr #mainContent { 
	margin: 25px 0 0 275px;
	padding: 0 20px;
} 
.twoColFixLtHdr #mainContent2 { 
	margin: 75px 0 0 280px; 
	padding: 0 20px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px;
	background:#FFFFFF; 
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10pt 0;
}



/*DIV Rules*/

#nav {
	margin: 0 0 0 10px
}

#screen {
	background-image: url(pgimages/background.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	width: 700px;
	height: 700px;
}

#screen2 {
	background-image: url();
	background-position:bottom left;
	background-repeat:no-repeat;
	width: 700px;
	height: 750px;
}

#note {
	width: 625px;
	margin: 20px 0 0 25px;
}

#arttable {
	float:right;
	margin: 10px 200px 0 0;
}

#form {
	width: 375px;
	margin: -450px 0 0 0;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




/*Nav Bar Span Styles*/

span.portfolio {
	width: 186px;
	float: right;
	margin-right: 25px;
}

span.ddown {
	width: 180px;
	float: right;
	margin-right: 10px;
}

span.experience {
	width: 140px;
	float: right;
	margin-right: 90px;
}

span.purchase {
	width: 123px;
	float: right;
	margin-right: 65px;
}

span.form {
	width: 400px;
	margin-top: 100px;
}



/*Link Style*/

a {
	font-size: x-small;
	color: #000000;
}

a:link {
	font-size: x-small;
	color: #000000;
}

a:visited {
	font-size: x-small;
	color: #000000;
}

a:hover {
	color: #f8a411;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: none;
}

a:link img, a:visited img {
         border-color : #000000;
         border-width : 1.5px;
}

a:hover img {
	border-color: #f8a411;
	border-width: 1.5px;
}



/*Misc Text Style*/

.style1 {font-family: Georgia, "Times New Roman", Times, serif}

.style2 {font-size: x-small}

.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: larger;
	font-style: italic;
}
.style4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.style5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}
.style7 {font-size: smaller}

.style9 {font-size: 14px}

.style10 {font-family: Verdana, Arial, Helvetica, sans-serif}

.style11 {font-size: xx-large}

.style13 {font-size: 90%}

.style17 {font-size: small}

p.copy:first-letter {color:#990000;
	font-size: x-large;}

.nav img {border: 0;}

.table {border-color: #9e020d;}
