@charset "utf-8";
/* CSS Document */

* {
	margin:  0;
	padding: 0;
}

body {
	/*text-align: center;*/
	line-height: 1.4em;
	font-family: Tahoma, Arial;
	color: #FFF;
	font-size: 76%;
	background-image:url(img/bg1.jpg);
}

p {
	/*margin-bottom: 10px;*/
}

a {
	color: #FF0000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.redbold	{
	color: #FF0000;
	font-weight:bold;
}

.red	{
	color: #FF0000;
}

#wrapperk {
	padding-top:10px;
	margin: auto;
	border: 1px solid #fff;
	/*position: relative;*/
	text-align: left;
	width: 900px;
	background-color: #000;
}

/*#logok {
	width:200px;
	height:200px;
	float:left;
	background-image:url(img/logo.jpg);
	margin-bottom: 10px;
	padding-bottom: 10px;
}*/

#headerk	{
	width:900px;
	height:150px;
	float:left;
}

#navtopk	{
	
	float:left;
	width:900px;
	height:50px;
	background:#FF0 url('img/navbg.png') top left repeat-x;
}

#contentk {
	clear: left;
	
}

#leftk {
	clear: left;
	float:  left;
	width: 180px;
	height:100%;
	background:#000 url(img/TitleLeftCol.gif) no-repeat;
	/*background:url(img/TitleLeftCol.jpg) no-repeat;
	padding: 10px;
	padding: 42px 10px 0 10px;*/
	padding:0px 10px 0px 10px;
	margin: 10px 10px;
	border: 1px solid #fff;
	border-bottom: 1px solid #fff;
	min-height: 400px;
}
#leftk .title {
	font-weight: bold;
	padding: 4px 0 0 0px;
	margin-bottom: 10px;
}

#leftk .red {
	color:#FF0000;
}

#middlek {
	float:  left;
	width: 240px;
	margin: 10px 0px;
	padding:0px 10px 0px 10px;
	background:#000 url(img/TitleMidCol.gif) no-repeat;
	border: 1px solid #fff;
	min-height: 400px;
	height:100%;
}
#middlek .title {
	font-weight: bold;
	padding: 4px 0 0 0px;
	margin-bottom: 10px;
}


#middlek .name {
	clear: left;
	font-weight: bold;
	margin-top: 30px;
}

#rightk {
	float:  left;
	width: 372px;
	margin: 10px 10px;
	padding:0px 10px 0px 10px;
	background:#000 url(img/TitleRightCol.gif) no-repeat;
	border: 1px solid #fff;
	min-height: 400px;
	height:100%;
}

#rightk .title {
	font-weight: bold;
	padding: 4px 0 0 0px;
	margin-bottom: 10px;
}

#maink {
	float:  left;
	width: 645px;
	margin: 10px 0px;
	padding:0px 10px 0px 10px;
	background:#000 url(img/TitleMainCol.gif) no-repeat;
	border: 1px solid #fff;
	min-height: 400px;
	height:100%;
}

#maink .title {
	font-weight: bold;
	padding: 4px 0 0 0px;
	margin-bottom: 10px;
}

#fullk {
	clear: left;
	float:  left;
	width: 855px;
	height:100%;
	background:#000 url(img/TitleLeftCol.gif) repeat-x;
	/*background:url(img/TitleLeftCol.jpg) no-repeat;
	padding: 10px;
	padding: 42px 10px 0 10px;*/
	padding:0px 10px 0px 10px;
	margin: 10px 10px;
	border: 1px solid #fff;
	border-bottom: 1px solid #fff;
	min-height: 400px;
}
#fullk .title {
	font-weight: bold;
	padding: 4px 0 0 0px;
	margin-bottom: 10px;
}

#footerk	{
	clear: left;
	margin: 0 10px 10px 10px;
	padding: 5px 5px;
	text-align: left;
	background-color: #000;
	
}

#warningk	{
	clear: left;
	text-align: left;
	padding: 10px 0px 0px 0px;
	font-size: 85%;
	
}

#img	{
	width:170px;
	float:left;
	margin:15px 15px 15px 1px;
}

/* FORM BITS*/

fieldset {
	border: 1px solid #fff;
	padding: 10px;
	margin-bottom: 10px;
}

legend {
	margin-left: 5px;
	padding: 0 5px;
	font-weight: bold;
	color:#FFF;
}

label {
	float: left;
	width: 200px;
}

input, textarea {
	border: 1px solid #fff;
	background-color: #000;
	color: #fff;
	font-family: Tahoma, Arial;
	padding: 2px;
	width: 300px;
}

input[type=file] {
	color: #000;
	background-color: #fff;
}

textarea {
	font-size: 1em;
}

#error {
	color: red;
}

.radio, .check {
	width: 20px;
	border: none;
}

table{
	width: 100%;
	border: none;
	margin: 10px 0 0 0;
}

table td{
	width: 33%;
}

caption{
	text-align: left;
	font-weight: bold;
	margin: 20px 0 0 0;
}

fieldset p {
	clear: left;
}

.underneath p label {
		float: none;
}

.underneath p textarea {
		width: 99%;
}

#submit {
	width: 80px;
	background-color: red;
	font-weight: bold;
	cursor: pointer;
}


hr {
	border-top: 1px solid #FFF;
	height: 1px;
	margin: 20px 0;
}

