/* Default Stylesheet */

#blockquote {
	background: #FFFFFF url(../img/quoleft.jpg) no-repeat left top;
	width: 100%;
	margin-right: 10px;
	padding-left: 10px;
}
#blockquote2 {
	background: url(../img/quoright.jpg) no-repeat right bottom;
	margin-right: 15px;
	padding-right: 48px;
	padding-bottom: 0;
	padding-left: 48px;
}

#news {
	width: 100%;
}

#news h4{
	text-align: right;
	color: #3366CC;
	background-color: #E7F1F8;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3366CC;
	font-size: medium;
	width: 100%;

}

#topbar{
	width: 100%;

}

/** Rounded Corners **/
 .bl {
	background: url(../img/bl.jpg) no-repeat left bottom;
}
 .br {
	background: url(../img/br.jpg) no-repeat right bottom;
}
 .tl {
 	background: url(../img/tl.jpg) no-repeat left top
	}
 .tr {
 background: url(../img/tr.jpg) no-repeat right top
 }

															/** BODY ELEMENTS **/
body {
	color: #333;
	background-color: #000102;
	}






															/** MAIN CONTAINERS **/
div#container {
	margin: 2em auto;
	}
	div#header {
	color: inherit;
	background-color: #000000;
	background-repeat: no-repeat;
	border: 0 none #e5e5e5;
		}
		div#header-in {
	padding: 5px;
	font-size: large;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
			}
	div#content-wrap {
		padding: 10px 0;
		}
		div.content {
	border: 0 none;
	background-color: #FFFFFF;
			}
			div.content-in {
				padding: 50px;
				}
		div.column {
	width: 200px;
	border: 0 solid #e5e5e5;
	background-color: #FFFFFF;
	background-image: url(../img/bl.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
			}
			div.column-in {
				padding: 20px;
				}
	div#footer {
	color: inherit;
	background-color: #fff;
	border: 0 solid #e5e5e5;
	text-align: right;
		}
		div#footer-in {
	padding: 20px;
	height: 100px;
			}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/

