
h1, h2, h3 {
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p {
	font-family: Arial, Helvetica, sans-serif;
}

.boxed {
	position: relative;
	left: 5px;
	margin-bottom: 5px;
	background: #000000;
	width: 190px;
	border: 1px solid #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed .title {
	margin: 0;
	padding: 5px;
	background: #931B1D;
	background-image:	url('images/box-title.gif');
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
}

.boxed .content {
	padding: 5px;
	font-size: 12px;
	background: #000000;
	background-image:	url('images/box-content.gif');
}

.boxed ul {
	margin-left: 0;
	padding-left: 0px;
	font-size: 10px;
	list-style: inside url('images/bullet.gif')
}

.boxed li {
	margin-left: 0;
	padding-left: 0px;
	list-style: square;
	font-size: 10px;
}

.boxed a {
	color: #FFFFFF;
	text-decoration: none;
}

.boxed a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#row {
	height: 100%;
}

#left {
	clear: left;
	float: left;
	width: 270px;
	height: 100%;
	margin-right: 10px;
}

#right {
	float: left;
	width: 270px;
	height: 100%;
	margin-left: 5px;
}

#full {
	clear: left;
	float: left;
	width: 555px;
	height: 100%;
}

.boxed2 {
	position: relative;
	left: 0px;
	margin-bottom: 5px;
	background: #EFEDED;
	width: 180px;
	border: 1px solid #434343;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed2 .title {
	height: 14px;
	margin: 0;
	padding: 5px;
	background: #931B1D;
	background-image:	url('images/box-title.gif');
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
}

.boxed2 .content {
	padding: 5px;
	font-size: 12px;
	background: #EFEDED;
}

.boxed2 ul {
	margin-left: 0;
	padding-left: 0px;
	list-style: none;
	font-size: 12px;
}

.boxed2 a {
	font-weight: bold;
]
