
/* Elements */
* {
	margin: 0;
	padding: 0;
	border: 0
}

body {
	color: #ooo;
	text-align: center
}

body, th, td, input, select, textarea {
	font: normal 11px Verdana, sans-serif #000
}

input, select {
	border: 1px solid #000
}
li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none
}

a {
	color: #000;
	text-decoration: none
}

a:hover, a:focus {
	text-decoration: underline
}

/* IDs */
#container {
	position: relative;
	width: 778px;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 778px;
	height: 200px;
}

#content {
	float: left;
	width: 490px;
}

#footer {
	clear: both;
	text-align: center
}

/* Classes */

.left {
	float: left
}

.right {
	float: right
}

.clear {
	clear: both
}

.noborder {
	border: 0 !important;
	background-color: transparent !important;
	background-image: none !important
}

.bv {
	border:1px solid #ff0000;
}
