@charset 'utf-8';
/* CSS Document */

body,td,th { /* Text Colour and Font*/
	color: #CCCCCC;
	font-family: 'Times New Roman', Times, serif;
}

a { /* Link Colour */
	color: #BE9811;
}
body { /* Background image and colour */
	background-color: #000000;
	background-image: url(/images/Background.jpg);
	background-repeat: no-repeat;
}

img{
	border-color: #999999;
}
img#Show_Image { /* Random image in the top right */
	height:187px;
	width:250px;
}

div#PageText { /* Main Text Frame */
	position:absolute;
	width: 670px;
	height: 417px;
	left: 0px;
	top: 225px;
	padding-left: 10px;
}

div#Image { /* Frame for top right image */
	position:absolute;
	left: 740px;
	top: 40px;
	width: 250px;
	height: 200px;
	text-align: center;
	vertical-align: bottom;
	font-size:14px;
}

div.Contact { /* Frame for contact page */
	position:absolute;
	width: 300px;
	height: 417px;
	top: 225px;
	left: 3px;
	padding-left: 20px
}
div.Contact#Form { /* Frame Position for Comtact Form */
	left: 350px;
}

div.menu {	/* Master Settings for Nav Menu */
	position:absolute;
	left: 500px;
	/* top:defined by id */
	width: 130px;
	height: 30px
}

div#menu_1 { /* Home */
	top: 5px
}
div#menu_2 { /* Bio */
	top: 40px
}
div#menu_3 { /* Experence */
	top: 75px
}
div#menu_4 { /*Training */
	top:110px
}
div#menu_5 { /* Contact */
	top: 145px
}
div#menu_6 { /* Gallery */
	top: 180px
}

