/*This is the css for the main page only*/
/*Set the width and position of the page in the browser*/

/*Set up the hyperlink text characteristics*/
a:link {
	background-image: url(graphics/paper.jpg);
	color: #0000FF;
	background-color: #DEDEDE;
	text-decoration: underline;
}

a:visited {
	background-image: url(graphics/paper.jpg);
	color: #8A2AB2;
	background-color: #DEDEDE;
	text-decoration: underline;
}

a:hover {
	background-image: url(graphics/paper.jpg);
	color: #FF0000;
	background-color: #DEDEDE;
	text-decoration: underline;
}

a:active {
	background-image: url(graphics/paper.jpg);
	color: #FF0000;
	background-color: #DEDEDE;
	text-decoration: underline;
}

body {
	background-image: url(graphics/paper.jpg);
	color: #000000;
	background-color: #DEDEDE;
	text-align: center;
}

div#bottommenu{
	margin-left: 390px;
	position: relative;
	text-align: left;
	top: -20px;
}

div#bottomstuff{
	font-family: arial,sans-serif;
	font-size: 140%;
	margin-left: 30px;
	margin-top: 30px;
	position: relative;
	text-align: center;
}

/*This is for the list of links and other text on the page*/
div#learnkarate{
	font-family: arial,sans-serif;
	font-size: 200%;
	margin-left: 300px;
	position: relative;
	top: -20px;
}

/*Set up the bounding box for all of the elements on the main page*/
div#mainronin {
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	padding-top: 8px;
	position: relative;
	width: 730px;
}

ul {
	font-family: arial,sans-serif;
	font-size: 125%;
	list-style: none;
	margin-left: 0;
	padding-left: 1px;
	text-indent: -1px;
}

.copyright{
	font-family: arial,sans-serif;
	font-size: 75%;
	font-style: italic;
	margin-left: 30px;
	position: relative;
	text-align: center;
}

/*This is for the KARATE logo at the top of the page*/
.karatetextlogo{
	font-family: times,serif;
	font-size: 600%;
	font-weight: bold;
	margin-left: 308px;
	position: relative;
	top: -30px;
	z-index: 2;
}

/*This is for the stylized picture of Colin*/

.roninkickpicnew{
	margin-left: -275px;
	position: absolute;
	top: 50px;
	z-index: 3;
}

/*This is for the vertical RONIN logo*/
.roninlogo{
	margin-left: -350px;
	padding: 0px;
	position: absolute;
	top: 0px;
	z-index: 1;
}
