@charset "UTF-8";
/* CSS Document */

	

body {
	padding:0px;
	margin:0px;
	font-size:36px;
	color:#000000;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;	
}

#header {
	width: 100%;
	background-color: #000000;
	height: 225px;
}

#main {
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	background: url("./images/background.jpg") repeat-y center;
	height: 1200px;
}

#column1 {
	width:600px;
	float:left;
	border-left: 3px;
	border-color: #000000;
	padding-left: 20px;
}

#column2 {
	width:310px;
	float:right;
	line-height: 20px;
	font-size: 28px;
}

#footer {
	clear:both;
	width: 794px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:12px;
	text-transform: uppercase;
	background-color: #FFFFFF;
	padding-top: 12px;
	border: 3px none #000000;
}

.designButton {
	float:left;
	margin:5px;
	width:150px;
	height:50px;
	padding:5px;
	border:1px solid #000000;
	background-color:#FFFFFF;
	overflow:hidden;
}

.designImage {
	width:150px;
	height:50px;
	overflow:hidden;
	position:relative;
}

#enterLink {
	width:200px;
	margin-top:200px;
	margin-left:60px;
	float:left;
	background:url("./images/enter.jpg") no-repeat;
}

#enterLink:hover {
	background:url("./images/enterOver.gif") no-repeat;
}

#style1 { font-style:italic; }
#style2 { color:red; }
#style3 { color:cyan; }
#style4 { color:lime; }
#style5 { font-size:18px;color:magenta; }

p {
}

a img, a div img{
	border:none;
}

#design {
	margin-left:40px;
	margin-bottom:20px;
	padding:5px;
	background-color:#FFFFFF;
	width:300px;
}

.modelPicture {
	float:left;
	margin-left:35px;margin-right:35px;
	width:110px;
	margin-bottom:35px;
}

#shoppingCart {
	font-size:25px;
	margin-top:20px;
	margin-bottom:0px;
	float:left;
	width:500px;
	border-right: 3 px;
	border-color: #000000;
}
#checkoutMain {
	font-size: 18px;
}
#cartTable {
	font-size:16px;
	width:500px;
	text-align:center;
}

#cartCorner{
	background-color:#000000;
	height:30px;
	width:500px;
	position: fixed;
	right: 0;
	bottom: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}

h1 {
	text-align:center;
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

.imageCenter {
	display:block;
	margin-left:auto;
	margin-right: 10px;
}

.itemType {
	float:left;
	width:110px;
	margin-bottom:35px;
	text-align:center;
	color:#000000;
	font-size:12pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 40px;
}
a {
	color:#000000;
	text-decoration:none;
}

a:hover {
text-decoration:underline;
}
#header_menu {
	float:left;
	width: 950px;
	color: #000000;
	font-size: 20px;
	line-height: 20px;
	height: 40px;
	font-weight: bold;
}
#header_image {
	float:left;
}
#header_main {
	width:950px;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	margin: 0 0 .2em;
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	line-height: 100%;
}
h2 em {
	font: normal 80%/100% "Courier New", Courier, monospace;
	color: #999999;
}
#largeImg {
	width: 450px;
	padding: 5px;
}
.thumbs img {
	border: solid 1px #ccc;
	width: 100px;
	height: 100px;
	padding: 4px;
}
.thumbs img:hover {
	border-color: #FF9900;
}
s
