﻿body {
	text-align: center;
	background-color: #000000;
	margin: 0;
	padding: 0;
	border: 0;
}
#page {
	text-align: center;
	width: 96%;
	margin: 10px auto;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-image: url('../graphics/swd-hotpage.jpg');
	min-width:800px;
}
#header {
	text-align: center;
	width: 100%;
	height: 90px;
	background: url('../graphics/lh stransky-webdesigns.jpg') no-repeat;
	background-repeat: no-repeat;
}
#header p{
 float:right;
}

#nav {
	width: auto;
	clear: both;
	overflow: auto;
	width: 100%;
	text-align: center;
	color: #ffffff;
}
/* Styles for navbar */
#nav ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding: 4px;
	font-weight: bold;
	border-right: solid 1px #ffffff;
}
#nav a:hover {
	color: #00FFFF;
	text-decoration: none;
}

#menu {
	width:180px;
	float:left;
	color: #00FFFF;	
}

#menu ul {
	list-style-type: none;
	text-align: left;
	color: #FFFFFF;
}
#menu li {
	width: 100%;
	text-align: left;
	color: #FFFF00;
}
#menu a {
	width: 100%;
	text-align: left;
	text-decoration: none;
	color: #00FFFF;
}
#menu a:hover {
	color: #FF00FF;
}

#content {
	text-align: center;
}
#content table {
	margin: 0px;
}
#content td {
	margin: 0px;
}
#content p {
	margin: 25px;
	text-align: left;
	font-size: 16px;
	font-family: Georgia;
	font-weight: bold;
	color: #ffffff;
}
#content a {
	color: #FFFFFF;
}

#footer {
	text-align: center;
	width: 100%;
	border: thin;
	color: #ffffff;
}
#footer a {
	text-decoration: none;
	color: #ffffff;
}
#footer a:hover {
	color: #ffffff;
}
h1 {
	text-align: center;
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
h2 {
	text-align: left;
	font-size: 16px;
	font-family: georgia;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: underline;
}
h3 {
	text-align: left;
	font-size: 14px;
	font-family: georgia;
	font-weight: bold;
	color: #00FF00;
	text-decoration: underline;
}


h5 {
	text-align: left;
	font-size: 14px;
	font-family: georgia;
	font-weight: bold;
	color: #00FF00;
	text-decoration: underline;
}

#contentright {
	vertical-align: top;
	width: 180px;
	float: right;
}
#button {
	width: 160px;
	height: auto;
}
#button ul {
	padding: 0;
	margin: 0;
}
#button li {
	list-style: none;
}
#button a {
	display: block;
	text-decoration: none;
	BORDER: none;
}
#button a:hover {
	background-color: transparent;
}
/* content end */
#text {
	width: 140px;
	height: auto;
}
#text ul {
	text-align: left;
	color: #FC3;
	padding-left: 0;
	margin-left: 0;
}
#text li {
	list-style: none;
	font-size: small;
}
#text a {
	display: block;
	text-decoration: none;
	color: #FFF;
	BORDER: none;
	border-top: solid 1px #F0F0F0;
	font-size: medium;
}
#text a:hover {
	font-size: medium;
	background-color: transparent;
	color: #00FF00;
}

