/*Global*/

body
{
	margin: 10px;
	padding: 0px;
	text-align: center;
	background-color: #000000;
	font-family: arial, sans-serif;
	font-size: 14px;
	
}

img
{
	border-style: none;
	border-width: 0px;	
}

a:link
{
	color: #cc99ff;
}
a:visited
{
	color: #999999;
}
a:hover
{
	color: #cc99cc;
}
a:active
{
	color: #cc99ff;
}

textarea
{
	overflow: auto;
	height: 200px;
	width: 250px;
}


/*ID*/

#container
{
	background-color: #cc99ff;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 570px;
	width: 760px;
}

#header
{
	background-color: #cc99ff;
	position: relative;
	height: 100px;
	width: 760px;
}

#navigation
{
	background-color: #cc99ff;
	position: relative;
	height: 30px;
	width: 760px;
}

#main
{
	background-color: #003366;
	position: relative;
	height: 420px;
	color: #ffffff;	
}

#footer
{
	background-color: #cc99ff;
	position: relative;
	height: 20px;
}

/*Class*/
.intro
{
	position: relative;
	height: 300px;
	width: 400px;
	top: 50px;
	left: 180px;
	font-family: hobo std, serif;
}

.aboutpic
{
	position: relative;
	float: left;
	top: 10px;
	left: 15px;
	height: 400px;
	width: 300px;
}

.bio
{
	position: relative;
	float: right;
	top: 0px;
	right: 30px;
	height: 415px;
	width: 400px;
	text-align: left;
	overflow: auto;
	font-size: 12px;
}
.nav
{
	font-family: arial, sans-serif;
	font-size: 16px;	
}
.gallery
{
	position: relative;
	overflow: auto;
	height: 110px;
	width: 110px;
	top: 2px;
	margin: 8px;
	border-width: 1px;	
	border-style: solid;
	border-color: #cc99ff;
}

.shop
{
	position: relative;
	overflow: auto;
	height: 110px;
	width: 110px;
	top: 2px;
	margin: 8px;
	border-width: 1px;	
	border-style: solid;
	border-color: #cc99ff;
}

.lrgpic
{
	position: relative;
	float: left;
	top: 55px;
	left: 55px;
	height: 300px;
	width: 300px;
	border-width: 1px;	
	border-style: solid;
	border-color: #cc99ff;
}

.info
{
	position: relative;
	float: right;
	top: 100px;
	right: 55px;
	height: 300px;
	width: 300px;
	text-align: left;
	overflow: auto;
}
.add
{
	position: relative;
	text-align: center;
}

.view
{
	position: relative;
	text-align: center;
}

.contact
{
	position: relative;
	float: left;
	height: 200px;
	width: 300px;
	top: 100px;
	left: 50px;
}

.form
{
	position: relative;
	float: right;
	height: 350px;
	width: 300px;
	top: 30px;
	right: 50px;
}

.name
{
	position: relative;
	margin-top: 5px;
	width: 200px;
	text-align: left;
}

.email
{
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 200px;
	text-align: left;
}

.send
{
	position: relative;
	top: 10px;
}
