/* ~-~-~~-~-~ CSS Document -~-~-~-~-~ *\

|                                      |

|      Created for vonRocko.com       |

|          by Ashton Sanders           |

|       www.WebsitesinaFlash.com       |

|                                      |

\* ~-~-~~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */





div { /* Testing 

	border:solid 1px #ff0000;*/

}





/* ~-~-~-~-~- Layout ~-~-~-~-~- */

* {margin: 0}



body {

	font-family:"Andale Mono", Arial, Helvetica, sans-serif;

	text-align:center;

	background-color: #FFFFFF;

	font-size:14px

}



div#container {

	position:absolute;

	top:30px;

	left: 50%;

	margin-left: -470px;

	text-align:left;

	width: 940px;			/* This will change the width of the entire Screen */

	height: 505px;

}



div#logo {

	float:left;

	padding: 5px 30px 0 0;

}



div#menu {

	width: 100px;

	float:left;

	padding: 80px 0;

	color:#000000;

}



div#menu ul {

	padding-left:10px;

}



div#menu ul li{

	list-style:none;

	margin:31px 0;

}



div#display {

	text-align:center;

	height: 475px;

}



div#display img {

	margin:0 auto;

}



span.pad {

	margin:0 5px;

	color:#a3aa19;

}

.left {

	float:left

}



.right {

	float:right;

}





/* ~-~-~-~-~- Anchors ~-~-~-~-~- */



a {

	color:#a3aa19;

	text-decoration:none;

}
