/*================================================================================================*/

* {
	border: 0;
}

img {
	padding: 0;
}

/*================================================================================================*/

body, html {
	background-color: #555555;
	margin: 0;
/*	margin: top right bot left                                                                    */
	text-align: center;
}

/*================================================================================================*/

.alignleft {
	margin: 0px 5px 0px 0px;
	float: left;
}

.alignright {
	margin: 0px 0px 5px 10px;
	float: right;
}

.center {
	margin: 0 auto;
	text-align: center;
}

/*================================================================================================*/

.razor {
	padding: 3px 0px 3px 10px;
/*	padding: top right bot left                                                                   */
	float: right;
}

/*================================================================================================*/

.photobox {
	padding: 1px 5px 1px 0px;
/*	padding: top right bot left                                                                   */
	float: left;
}

/*================================================================================================*/

div#topheader {
	background: url("!data/nav/nav_top.gif") bottom no-repeat;
	background-color: #555555;
	height: 30px;
	margin: 0px 0px 0px 0px;
/*	margin: top right bot left                                                                    */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 746px;
}

/*================================================================================================*/

div#header {
/*  background: url("!data/nav/organized_khaos_logo.gif") center no-repeat;                       */
	background-color: #000000;
	height: 120px;
	text-align: center;
	width: 100%;
}

/*================================================================================================*/

div#nav {
	background: url("!data/nav/nav_bg.gif") top repeat-x;
	background-color: #333333;
	height: 20px;
	padding: 0px 0px 3px 0px;
/*	padding: top right bot left                                                                   */
	text-align: center;
	width: 100%;
}

/*================================================================================================*/

div#content {
	background-color: #ffffff;
	padding: 10px 30px 1px 30px;
/*	padding: top right bot left                                                                   */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 686px;
}

/*================================================================================================*/

div#footer {
	background: url("!data/nav/nav_bot.gif") top no-repeat;
	background-color: #555555;
	height: 30px;
	margin: 0px 0px 0px 0px;
/*	margin: top right bot left                                                                    */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 746px;
}

/*================================================================================================*/

p {
	font-family: MS Sans Serif, Helvetica, sans-serif;
	font-size: 13.5px;
	color: #000000;
	text-decoration: none;
}

p a:link, p a:visited {
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}

p a:hover {
	text-decoration: none;
}

/*================================================================================================*/

.nav {
	color: #ffffff;
	font-family: MS Sans Serif, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.nav a:link, .nav a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.nav a:hover {
	color: #ff0000;
	text-decoration: underline;
}

/*================================================================================================*/

.navbig {
	color: #ffffff;
	font-family: MS Sans Serif, Helvetica, sans-serif;
	font-size: 13.5px;
	text-decoration: none;
}

.navbig a:link, .navbig a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.navbig a:hover {
	color: #ff0000;
	text-decoration: underline;
}

/*================================================================================================*/

.navoff {
	color: #666666;
	font-family: MS Sans Serif, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.navoff a:link, .navoff a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.navoff a:hover {
	color: #666666;
	text-decoration: underline;
}

/*================================================================================================*/

.header {
    border: 1px solid #aaaaaa;
	color: #000000;
	font-family: Arial, MS Sans Serif, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 1px 0px 1px 5px;
/*	padding: top right bot left                                                                   */
	text-align: center;
}

/*================================================================================================*/

.ittybitty {
	font-family: MS Sans Serif, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.ittybitty a:link, ittybitty a:visited {
	color: #ff0000;
	text-decoration: underline;
}

.ittybitty a:hover {
	color: #ff0000;
	text-decoration: none;
}

/*================================================================================================*/

.red {
	font-family: MS Sans Serif, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff0000;
}

.red a:link, red a:visited {
	font-family: MS Sans Serif, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff0000;
	text-decoration: underline;
}

.red a:hover {
	font-family: MS Sans Serif, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}

/*================================================================================================*/

.footer {
	font-family: MS Sans Serif, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

.footer a:link, .footer a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: none;
}

/*================================================================================================*/