body {
	margin: 30px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	color: #9f9f9f;
	background-color: #242424;
}

/*----------------------------------------------*/
/* Text & Content Styles                        */
/*----------------------------------------------*/
p {
	font-family: calibri, arial, helvetica, sans-serif;
	font-size: 10.5pt;
	line-height: 12pt;
}

p.title {
	font-family: cambria, georgia, times new roman, serif;
	font-size: 26pt;
}

p.small {
	font-family: calibri, arial, helvetica, sans-serif;
	font-size: 7.5pt;
	line-height: 9pt;
	margin: 0px 2px 0px 0px
}

.bold {
	font-weight: bold;
}

.formTitle {
	font-family: calibri, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0px 0px 3px;
}

#categories {
	font-family: calibri, arial, helvetica, sans-serif;
	font-size: 10.5pt;
	float: left;
	text-align: bottom;
}

#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#categories li {
	float: left;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(http://portfolio.alexbussa.com/images/bottomcontentarrow.gif) no-repeat;
	background-position: 1% 53%;
	width: 150px;
}

.clear{
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}


/*----------------------------------------------*/
/* Link Styles                                  */
/*----------------------------------------------*/

#content a {
	color: #9f9f9f;
	text-decoration: underline;
	border-bottom: 0px;
}

#content a:hover {
	color: #861316;
	text-decoration: underline;
}

.navSquare {
	margin: 5px 0px 0px 5px;
}

#content p {
	text-align: justify;
}


/*----------------------------------------------*/
/* Layout Styles                                */
/*----------------------------------------------*/

#menu {
	width: 964px;
	text-align: right;
	font-family: cambria, georgia, times new roman, serif;
	font-size: 14pt;
}

#container {
	width: 970px;
}

#photo {
	margin: 30px 30px 0px 0px;
}

#content {
	margin: 75px 50px 0px 30px;
}

#form {
	margin: 45px 0px 0px 30px;
}

#navigation {
	width: 130px;
	margin: 0px 0px 0px 30px;
}

#thumbs {
	margin: 0px 0px 0px 15px;
}


/*----------------------------------------------*/
/* Form Styles                                  */
/*----------------------------------------------*/

.inactive {
	background-color: #000;
	color: #fff;
	font-family: calibri, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	border-style: solid;
	border-color: #333;
	border-width: 1px;
	margin: 0px;
	padding: 2px 0px 0px 3px; 
}

.active {
	background-color: #861316;
	color: #fff;
	font-family: calibri, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	margin: 0px;
	padding: 2px 0px 0px 3px; 
}

.optInactive {
	background-color: #242424;
	color: #fff;
	font-family: calibri, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	border-style: dashed;
	border-color: #333;
	border-width: 1px;
	margin: 0px;
	padding: 2px 0px 0px 3px; 
}

.optActive {
	background-color: #363636;
	color: #fff;
	font-family: calibri, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	border-style: dashed;
	border-color: #000;
	border-width: 1px;
	margin: 0px;
	padding: 2px 0px 0px 3px; 
}

.butInactive {
	background-color: #000;
	color: #fff;
	font-family: calibri, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	border-style: solid;
	border-color: #333;
	border-width: 1px;
	margin: 0px;
	padding: 2px; 
}

.butActive {
	background-color: #861316;
	color: #fff;
	font-family: calibri, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	margin: 0px;
	padding: 2px; 
}