body {
	width: 900px;
	height: 710px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid silver;
}

.page {
	padding-left: 50px;
	padding-bottom: 0;
	padding-top: 40px;
}

.index_page {
	padding: 0;
	margin: 0;
}

#index_content {
	width: 900px;
	height: 695px;
	margin-right: auto;
	margin-left: auto;
	margin: 0;
	padding: 0;
}

#index_content a {
	background: url(../images/index_brand.jpg) no-repeat;
	width: 900px;
	height: 695px;
	display: inline-block;
}

#index_content a:hover {
	background: url(../images/index_brand_over.jpg) no-repeat;
	width: 900px;
	height: 695px;
	display: inline-block;
}

#entry_link {
	width: 900px;
	height: 695px;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
}

#copyright, #copyright_index {
	font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	display: block;
	margin: 0;
	float: right;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 2px;
	color: silver;
}

#copyright_index {
	margin-top: 3px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

#banner {
	width: 100%;
	height: 90px;
	background: url(../images/think_banner.jpg) no-repeat;
}

#copy {
	width: 250px;
	height: 480px;
	float: left;
	display: inline-block;
	padding-top: 20px;
}

#copy p {
	font: 14px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: gray;
	margin: 0 0 10px;
	padding: 0;
	text-decoration: none;
}

#copy h1 {
	color: gray;
	font: bold 16px/19px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 0 20px;
	padding: 0;
}

#main_image img {
	display: inline-block;
	margin-left: 20px;
}

#copy p a.email {
	font: 14px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: gray;
	margin: 0 0 10px;
	padding: 0;
	text-decoration: none;
}

#copy p a:hover.email {
	text-decoration: underline;
}

.nav_bar {
	width: 805px;
	height: 46px;
	border-top-style: ridge;
	margin: 0;
	padding: 0;
}

#nav_list {
	list-style-type: none;
	display: inline-block;
	float: left;
	padding: 0;
	margin: 0;
	width: 845px;
}

li#gap {
	display: inline-block;
	float: left;
	width: 0;
	height: 36px;
}

li#about {
	display: inline-block;
	float: left;
}

li#about a {
	background: url(../images/about.jpg) no-repeat;
	width: 135px;
	height: 36px;
	display: inline-block;
}

li#about a:hover {
	background: url(../images/about_over.jpg) no-repeat;
}

li#about_here {
	background: url(../images/about_over.jpg) no-repeat;
	display: inline-block;
	float: left;
	width: 135px;
	height: 36px;
}
li#retail {
	display: inline-block;
	float: left;
}

li#retail a {
	background: url(../images/retail.jpg) no-repeat;
	width: 155px;
	height: 36px;
	display: inline-block;
}

li#retail a:hover {
	background: url(../images/retail_over.jpg) no-repeat;
}

li#retail_here {
	background: url(../images/retail_over.jpg) no-repeat;
	display: inline-block;
	float: left;
	width: 155px;
	height: 36px;
}

li#merch {
	display: inline-block;
	float: left;
}

li#merch a{
	background: url(../images/merch.jpg) no-repeat;
	width: 200px;
	height: 36px;
	display: inline-block;
}

li#merch a:hover{
	background: url(../images/merch_over.jpg) no-repeat;
}

li#merch_here {
	background: url(../images/merch_over.jpg) no-repeat;
	display: inline-block;
	float: left;
	width: 200px;
	height: 36px;
}

li#interactive {
	display: inline-block;
	float: left;
}

li#interactive a{
	background: url(../images/interactive.jpg) no-repeat;
	width: 180px;
	height: 36px;
	display: inline-block;
}

li#interactive a:hover{
	background: url(../images/interactive_over.jpg) no-repeat;
}

li#interactive_here {
	background: url(../images/interactive_over.jpg) no-repeat;
	display: inline-block;
	float: left;
	width: 180px;
	height: 36px;
}

li#contact {
	display: inline-block;
	float: left;
}

li#contact a{
	background: url(../images/contact.jpg) no-repeat;
	width: 130px;
	height: 36px;
	display: inline-block;
}

li#contact a:hover{
	background: url(../images/contact_over.jpg) no-repeat;
}

li#contact_here {
	background: url(../images/contact_over.jpg) no-repeat;
	display: inline-block;
	float: left;
	width: 130px;
	height: 36px;
}


