body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images-misc/background.gif);
	background-repeat: repeat;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #036;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #036;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
.paragraph_bold {
	font-weight: bold;
}
a:link {
	color: #06C;
}
a:visited {
	color: #096;
}
a:hover {
	color: #F30;
}
a:active {
	color: #06C;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: italic;
	line-height: 28px;
	font-weight: lighter;
	color: #999;
	
}
	.borders { 
	border-left-color: red;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 6px;
}

.tag {
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	margin-top: 50px;
	/* [disabled]position: relative; */
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	height: auto;
	overflow: hidden;
}
#main-image {
	background-image: url(images-misc/header-main.jpg);
	background-repeat: no-repeat;
	height: 243px;
	width: 1000px;
	position: relative;
	background-color: #FC0;
}
#col-left {
	float: left;
	width: 250px;
	padding-left: 10px;
	padding-top: 25px;
}
#col-right {
	float: left;
	width: 525px;
	padding-top: 25px;
	padding-right: 25px;
}
#col-right-side {
	float: left;
	width: 160px;
	padding-top: 25px;
	padding-right: 5px;
	padding-left: 15px;
}
#main-text {
	height: 90px;
	width: 700px;
	margin-top: 85px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
}
#main-icons {
	width: 190px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 800px;
}
#footer {
	color: #FFF;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
}
