body
{
	background-color: black;
	background-image: url(slike/Straiders_grb_ozadje.jpg);
	background-repeat: repeat;
	margin-left: 50px;
	margin-top: 70px;
	margin-right: 50px;
	margin-bottom: 20px;
}

#menu
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu li
{
	font-size: 16px;
}

#menu a
{
	font:11px georgia;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
}

#menu a:hover
{
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px;
}

.vreme
{
	font: arial;
	font-size: 11px;
	color:#99CCFF;
}

#outer
{
	background-color: black;
	background-image: url(slike/Straiders_logo.png);
	background-repeat: no-repeat;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 50px;
	border-radius: 30px 30px;
	-moz-border-radius: 30px 30px;
	-webkit-border-top-right-radius: 30px 30px;
	-webkit-border-bottom-left-radius: 30px 30px;
	padding: 5px;
}

#header
{
	background-repeat: no-repeat; 
	margin-left: -5px;
	margin-top: -35px;
	text-align: center;
	color: black;
	height: 130px;
	width: 1000px;
	border-color: #cc3300;
	border-width: 5px;
	border-bottom-style: double;
}

#nav
{
	color: #FFFFF0;
	margin-top: 5px;
	width: 120px;
	float: left;
}

#main
{
	font-family: "Arial" , serif ;
	color: #FFFFF0;
	width: 688px;
	min-height:  680px;
	margin-left: 160px;
	margin-top: 5px;
}

#main a
{
	color: green;
	text-decoration: none;
}

#main h1
{
	color: #cc3300;
	text-shadow: 2px 2px 1px white;
}

#main a:hover
{
	color:yellow;
	text-decoration: none;
}

#footer
{	
	margin-top: 20px;
	margin-bottom: 25px;
	color: #FFFFF0;
	text-align: right;
	font-size: 10px ;
	border-color: #cc3300;
	border-width: 5px;
	border-top-style: double;
}

