/* Stylesheet by Artificial Studio - www.artificialstudio.com */

/*-------------------------------------------------------------- SET UP DEFAULTS*/
html, body {
	text-align: center;
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #363636;
	height: 100.02%;
}
#flashmovie {
	height: 564px;
	width: 800px;
	display: block;
}
#wrapper{
	min-height: 100.02%;
	height: auto;
	width: 100%;
	margin: 0 auto 0 auto;
	margin-bottom: 0px;
	position: absolute;
	left: 0;
	top: 0;
}

* html #wrapper{
	height: 100.02%;
	width: 100%;
}
#container {
	width: 800px;
	height: 564px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	position: relative;
	border: 3px solid #FFFFFF;
	margin-top: 20px;
}

#register #container {
	background: url(../images/register.jpg) no-repeat #FFF;
}

#tomcat {
	text-align:center;
	padding-top: 15px;

}

/*-------------------------------------------------------------- LINKS*/
a:link, a:visited, a:active { 
	color: #7E96C6; 
	text-decoration: underline;
	outline: none;
}
a:hover { 
	text-decoration: none;
}
:focus {
	-moz-outline-style: none;
}
a img {
    border: 0;
	padding: 0;
	margin: 0;
}

/*-------------------------------------------------------------- HEADINGS & PARAGRAPHS*/
p {
	
}
h1 {
	
}
h2 {
	
}
h3 {
	
}

/*-------------------------------------------------------------- TABLES*/
table {

}
th {

}
tr {

}
td {

}

/*-------------------------------------------------------------- FORMS*/
input, select, textarea {

}
input {

}
select {

}
textarea {

}

/*-------------------------------------------------------------- NAVIGATION*/
#button {
	width: 100px;
	height: 30px;
	background: url(../images/button.gif) no-repeat left;
}
#button:hover {
    background-position: right;
}

a.register_btn {
	background: url(../images/register_btn.jpg) left no-repeat;
	display: block;
	width: 167px;
	height: 211px;
	float: left;
}

a.register_btn:hover {
	background-position: right;
}

#flash {
	float: right;
	margin-right: -2px;
}

form, table, #main {
	float: left;
}

#main {
	margin-top: 200px;
	margin-left: 20px;
}
