
	body {
	 background-color: #000;
	 margin: 0px;
	 padding: 0px;
	} 

	a:active {outline: none;}
	 a:focus {-moz-outline-style: none;}
	 a:link {text-decoration: none;}
	 a:visited {text-decoration: none;}
	 a:active {text-decoration: none;}
	a:hover {text-decoration: none;} 




	#header {
	 background-color: #000;
	 height: 100px;
	 width: 100%;
	 border-bottom: 1px solid #808080;
	}

	#logo {
	 background-image: url('riplogo.png');
	 width: 700px;
	 height: 100px;
	 margin-left: auto;
	 margin-right: auto;
	}

	#Logodesigner {
	 color: #808080;
	 font-size: 11px;
	 position: absolute;
	 top: 75px;
	 left: 72%;
	}
	
	#welcomemessage {
	 color: #808080;
	}
	
	#main_content_container {
	 width: 100%;
	 height: auto;
	 min-height: 100%;
	}

	#navigation_menu_container {
	 height: 30px;
	 width: 100%;
	}

	#navigation_menu {
	 color: #808080;
	 clear: both;
	}

	#nav_left {
	 padding-left: 10px;
	 float: left;
	}

	#nav_right {
	 padding-right: 10px;
	 float: right;
	}

	#top_clickers {
	 margin-left: auto;
	 margin-right: auto;
	 clear: both;
	}

	.rowheader {
	 color: #FFF;
	 text-align: center;
	 font-weight: bold;
	 text-decoration: underline;
	 padding-bottom: 10px;
	}

	.row1 {
	 border-right: 1px solid #808080;
	 border-left: 1px solid #808080;
	 width: auto;
	 min-width: 200px;
	 max-width: 300px;
	}

	.row2 {
	 width: auto;
	 min-width: 200px;
	 max-width: 300px;
	}

	.row3 {
	 border-right: 1px solid #808080;
	 border-left: 1px solid #808080;
	 width: auto;
	 min-width: 200px;
	 max-width: 300px;
	}

	#content {
	 background-color: #000;
	 height: auto;
	 min-height: 100%;
	 width: 100%;
	}

	.iframe {
	 background-color: #000;
	 overflow: hidden;
	}

	#footer {
	 background-color: #000;
	 color: #808080;
	 border-top: 1px solid #808080;
	 font-size: 11px;
	 position: reletive;
	 bottom: 0px;
	 left: 0px;
	 height: 30px;
	 width: 100%;
	}
