/**********************************************
You sunk my battleship
**********************************************/

body {
	background-image: url(images/PageBackground.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FCE7A4;
	text-align: center; /* For IE */
	font-size: 14px;
}

#Content {
	width:950px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/Background.jpg);
	text-align: left; /* To fix the center put by body */

	
}

#header {
	width:950px;
	height:200px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/Header.png);
}

#Buttons {
	position:relative;
	vertical-align:bottom;
	text-align: left; /* To fix the center put by body */
}

#Titles {
	height:50px;
	position:relative;
	top:10px;
	text-align: center;
}

#Info {
	position:relative;
	left:25px;
	width:800px;
	text-align: left; /* To fix the center put by body */
}

#footer {
	width:950px;
	margin-left: auto;
	margin-right: auto;
	height:10px;
	background-image: url(images/Footer.jpg);
}

/**********************************************
I need a new Kitchen Table
**********************************************/

#Table {
	width:950;
	height:200;
	border:0px;
}

td {
	vertical-align:top;
}
/**********************************************
Images
**********************************************/

#RanAbout1 {
	position:relative;
	float:right;
	bottom:30px;
}
#RanAnn1 {
	position:relative;
	top:75px;
	float:right;
}

#RanAnn2 {
	position:relative;
	bottom:225px;
	float:right;
}

/**********************************************
Font Changes
**********************************************/

#Large {
	font-weight:bold;
	font-style: italic;
}
#Small {
	font-size: 13px;
}
#Tiny {
	font-size: 12px;
}
#Vets {
	position:relative;
	left:100px;
	font-weight:bold;
	font-style: italic;	
}

/**********************************************
URL Color Changes
**********************************************/

.url {color: #FCE7A4}
a:link {
	color: #FCE7A4;
}
a:visited {
	color: #FCE7A4;
}
a:hover {
	color: #FCE7A4;
}
a:active {
	color: #FCE7A4;
}

