/*=======================================================
		Sdt Styles
=======================================================*/

h1	{
	font-weight: bold;
	font-size: 18px;
	}
	
h4 {
	font-size:			12px;
	font-weight:		bold;
	color:				#ffcc00;
	margin:				0;
	margin-bottom:		10px;
	}
	
h5 {
	font-size:			12px;
	font-weight:		bold;
	color:				#ffffff;
	margin:				5px 0 0 0;
	}

textarea {
	border:				0px solid;
	color:				#ffcc00;
	width:				260px;
	height:				100px;
	}	
	
input, select {
	border:				1px solid;
	color:				#ffcc00;
	}

td {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#ffffff;
	}

ul {
	margin: 			0 0 0 10px;
	padding: 			0;
	list-style-image:	url('/images/list.png');
	}
	
li {
	margin-bottom:		5px;
	}

/*=======================================================
		Body Style
=======================================================*/

body {
	text-align:			center;
	margin:				0;
	padding:			0;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	}

#center {
	margin: 			0 auto;
	padding:			0 9px;
	width:				1018px;
	min-height:			710px;
	text-align:			left;
	}
	
.yellow {
	color:				#FFCC00;
	font-weight: 		bold;
	}

.clear {
	clear:				both;
	}
	
.breit {
	letter-spacing:		0.01em;
	}
	
.error {
	color:				#ffed00;
	}
	
.button {
	width:				auto;
	}

.input {
	width:				260px;
	margin:				0 0 1px 0;
	padding:			0;
	border:				1px solid;
	}
	
.ref {
	margin:				0 5px 5px 0;
	}
	
.trans {
	background:			transparent;
	}

/*=======================================================
		Menu Styles
=======================================================*/

/*=======================================================
		Title Styles
=======================================================*/	

#header {
	display: none;
	}
	
/*=======================================================
		Content Styles
=======================================================*/

#contentField {
	background-image: 	url('/images/content_background.jpg');
	background-color: 	#333333;
	width: 				1000px;
	background-repeat: 	no-repeat;
	}
	
#content {
	float: 				right;
	width:				697px;
	margin:				35px 35px 35px 35px;
	min-height:			180px;
	}
	
* html #content {
	display:			inline;
	}
	
#picture {
	width:				240px;
	float:				left;
	}
	
#textSmall {
	width:				457px;
	float:				left;
	}
	
#textLarge {
	width:				697px;
	float:				left;
	}
	
#addy {
	float: 				left;
	width: 				198px;
	padding-left:		35px;
	padding-top:		35px;
	}

#shadow_bottom {
	background-image:	url('/images/shadow_bottom.png');
	background-repeat:	no-repeat;
	height:				10px;
	width:				1018px;
	margin:				0 auto;
	padding:			0 9px;
	text-align:			right;
	font-size:			9px;
	}
	
#shadow_bottom a {
	margin-right:		20px;
	display:			block;
	padding-top:		5px;
	}
	
.shadow {
	width: 				200px;
	height: 			155px;
	background-image:	url('../images/shadow.png');
	background-repeat:	no-repeat;
	text-align:			center;
	}
	
.shadow a {
	width:				180px;
	height:				135px;
	display:			block;
	margin:				0px auto;
	padding:			10px 0 0 0;
	}

/*=======================================================
		Module Styles
=======================================================*/

.camBox {
	width:				200px;
	min-height:			300px;
	float: 				left;
	margin-right:		30px;
	}
	
* html .camBox {
	height: 			300px;
	}
		

ul#link {
	list-style-type:	none;
	list-style-image:	none;
	margin:				0;
	padding:			0;
	}
	
ul#link li ul {
	list-style-type:	none;
	list-style-image:	none;
	margin:				0 0 10px 15px;
	font-weight:		normal;
	padding:			0;
	}
	
ul#link li ul li:hover {
	list-style-type: 	disc;
	list-style-image:	none;
	}
	
.camPicture {
	margin:				0 0 0 43px;
	border:				5px solid #666666;
	width:				600px;
	}

#file {
	margin-top:			20px;
	}

#file ul {
	list-style-image:	none;
	list-style-type:	none;
	margin-top:			10px;
	}
