* {
	font-family: sans-serif;
}

body {
	margin: 2px 0px 0px 0px;
}

img {
	border: none;
	text-decoration: none;
}

a {
	text-decoration: none;
	color: #00f;
	border: none;
}

a:hover {
	color: #f00;
}

a:visited {
	color: #00f;
}

a:visited:hover {
	color: #f00;
}

#top {
	margin-right: auto;
	margin-left:  auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 900px;
}

#left {
	float: left;
}

#right {
	float: right;
}

#logo {
	margin-bottom: 5px;
}

#cart img {
	vertical-align: middle;
	margin-right: 2px;
}

#cart:hover {
	background-color: #ccc;
}

#cart {
	padding: 4px 6px 4px 4px;
	display: none;
	border: solid thin #ccc;
	font-size: 80%
}

#cart a {
	color: #444;
	text-decoration: none;
}

#cart a:hover {
	color: #000;
	text-decoration: none;
}

#menu {
	margin-right: 10px;
	margin-bottom: 0px;
	background: #e0e0e0;
	display : inline;
}

#menu .menu_selected {
	color: #555;
	text-decoration: none;
}

#menu * {
	margin-left: 10px;
}

#menu a {
	color: #999;
	text-decoration: none;
}

#menu a:hover {
	color: #000;
	text-decoration: none;
}

#submenu {
	text-align: right;
	margin-right: 10px;
	padding-top: 5px;
	float: left;
}

#submenu * {
	margin-left: 5px;
}

#submenu a {
	color: #888;
	text-decoration: none;
	display: block;
}

#submenu a:hover {
	color: #000;
	text-decoration: none;
	display: block;
}

#center {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	/*border: thin #ccc solid;*/
	width: 900px;
	padding: 0px 5px 2px 5px;
	min-height: 450px;
}

#shop {
	width: 100%;
	display: block;
	margin-top: 0px;
	margin-left: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
}

#login {
	float: left;
	width: 160px;
	overflow: auto;
	color: #ccc;
}

#projects {
	margin-right: auto;
	margin-left: auto;
	width: 60%;
	overflow: auto;
	color: #ccc;
}

#projects a {
	font-size: large;
	text-decoration: none;
	color: #666;
}

#projects a:hover {
	color: #000;
}

#proj_date {
	font-size: small;
}

#slideshow {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	background: no-repeat center center;
	background-color: #fff;
	width : 480px;
	height : 470px;
}

#fg {
	margin-left: auto;
	margin-right: auto;
	background: no-repeat center center;
	background-color: #fff;
	width : 480px;
	height : 470px;
}

#browser_images {
	width: 270px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}

#navigator {
	text-align: center;
}

#browser {
	margin-top: 3px;
	height: 430px;
	overflow: auto;
	text-align: center;
}


#browser img {
	width: 120px;
	height: 120px;
	background: center center no-repeat;
	vertical-align: middle;
	margin: 2px 2px 2px 2px;
	border-bottom: thin solid #000;
	border-right: thin solid #000;
	border-left: thin solid #ccc;
	border-top: thin solid #ccc;
}

#browser a {
	width: 120px;
	height: 120px;
	text-decoration: none;
	border: none;
}

#pages {
	margin-top: 5px;
	margin-bottom: 3px;
}

#pages a {
	margin-left: 10px;
	margin-right: 10px;
	border: none;
}

#display {
	margin: 2px 0px 0px 280px;
	width: 525px;
	font-size: small;
}

#display form {
	width: 100%;
	margin: 0px auto 5px auto;
	text-align: center;
}

#project_title {
	float:right;
	display: inline;
	text-align: right;
	color: #333;
}

#project_title p {
	vertical-align: bottom;
}

#form {
	margin-left: auto;
	margin-right: auto;
}

#info {
	color: #900;
	font-size: small;
}

.info {
	color: #222;
	font-size: 90%;
	height: 470px;
	overflow: auto;
}

#bottom {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	margin-top: 3px;
	margin-bottom: 0px;
	padding: 2px 0px 0px 0px;
	border-top: thin dotted #e0e0e0;
}

#copyright {
	margin: 0px 0px 0px 0px;
	font-size: x-small;
	color: #999;
	text-align: center;
}

#copyright p {
	display: inline;
}

.cart_project {
	margin-right: auto;
	margin-left: auto;
}

.cart_image img {
	float: left;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-right: 5px;
}

.cart_image {
	clear: both;
	margin-left: 30px;
	font-size: 90%;
}

.cart_size {
	padding-top: 5px;
}

.cart_total {
	margin-right: auto;
	margin-left: auto;
	width: 50%;
	text-align: right;
	clear: both;
	font-weight: bold;
}

#form_checkout {
	text-align: center;
}

#movie {
	margin-left: auto;
	margin-right: auto;
	width: 570px;
	padding: 0px 0px 0px 0px;
	border: solid 5px #f0f0f0;
	border-bottom: none;
}

#movie_description {
	margin-left: auto;
	margin-right: auto;
	width: 550px;
}

#movie_title {
	text-align: center;
	margin-bottom: 2px;
}

#movie_link {
	display: block;
	text-align: right;
	font-size: small;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 50px;
}

