body {
	margin: 0;	
	font-family: verdana, arial , helvetica, sans-serif;
	text-align: center;
	background-color: #cccccc;
}

div#container {
	width: 760px;
	text-align: left;
	margin: 0 auto;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #000000;
} 

h1 {
	text-align: center;
	font-size: 18px;
	margin: 0;
	padding-top: 5px;
}

h2 {
	font-size: 16px;
	font-style: italic;
	margin: 0;
	padding-top: 5px;
	padding-left: 5px;
}

p {
	margin: 0px;
	padding: 5px;
}

blockquote {
	margin: 5px;
	padding: 5px;
	border: 1px solid #000000;
	background-color: #cccccc;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

hr {
	clear: both;
	visibility: hidden;
}

/* Start Navbar Attributes */
#navlist ul {
	margin: 5px;
	padding: 0;
}

#navlist li {
	display: inline;
	margin: 0;
	margin-left: 10px;
}

#navlist a, #navlist a:link {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#navlist a.current, #navlist a.current:link {
	color: #000000;
	border-bottom: 3px solid;
}

#navlist a:hover {
	color: #333333;
	border-bottom: 3px solid;
}

#navlist a.map:hover { border-color: #333333; }
#navlist a.map.current { border-color: #000000; }

#navlist a.lubi:hover { border-color: #ff6600; }
#navlist a.lubi.current { border-color: #cc6600; }

#navlist a.lvpm:hover { border-color: #009900; }
#navlist a.lvpm.current { border-color: #006600; }

#navlist a.unetbootin:hover { border-color: #ff0000; }
#navlist a.unetbootin.current { border-color: #990000; }

#navlist a.faqs:hover { border-color: #6600ff; }
#navlist a.faqs.current { border-color: #660099; }

#navlist a.bubakup:hover { border-color: #0000ff; }
#navlist a.bubakup.current { border-color: #000099; }

#navlist a.download:hover { border-color: #000000; }

/* End Navbar Attributes */

/* Start Box Attributes */
div.box {
	margin: 5px;
	padding: 0;
	width: 365px;
	height: 15.5em;
	color: #ffffff;
	border: 1px solid black;
	float: left;
	display: inline;
}

a.divlink, a.divlink:link {
	display: block;
	width: 100%;
	height:100%;
	color: #ffffff;
	text-decoration: none;
}

a.divlink:hover {
	background-image: none;
	color: #ffffcc;
}

.box a.lubi { background-color: #cc6600; }
.box a.lubi:hover { background-color: #ff6600; }	

.box a.lvpm { background-color: #006600; }
.box a.lvpm:hover { background-color: #009900; }

.box a.unetbootin { background-color: #cc0000; }
.box a.unetbootin:hover { background-color: #ff0000; }

.box a.bubakup { background-color: #000099; }
.box a.bubakup:hover { background-color: #0000ff; }

.box a.faqs { background-color: #660099; }
.box a.faqs:hover { background-color: #6600ff; }

.box a.download { background-color: #000000; }
.box a.download:hover { background-color: #333333; }

/* End Box Attributes */

/* Start Button Attributes */
div.button {
	float: left;
}

.button a:link , .button a:visited {
	margin: 10px;
	padding: 5px;
	width: 200px;
	border: 5px solid black;
	border-left-color: #0033ff;
	border-top-color: #0033ff;
	border-right-color: #003366;
	border-bottom-color: #003366;
	color: #ffffff;
	text-align: center;
	background-color: #003399;
	display: block;
	text-decoration: none;	
}

.button a:hover {
	padding-left: 6px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	color: #ffff00;
	background-color: #003366;
	border-left-color: #003333;
	border-top-color: #003333;
	border-right-color: #003399;
	border-bottom-color: #003399;	
}

.button a:active {
	color: #ff6600;
}

.button img {
	float: left;
}

/* End Button Attributes */
