/*------------------------------------------------------------*
**  Global
yellow:	#ffc426
blue:	#3b74bb
red:	#b5111b
**------------------------------------------------------------*/
* {
	margin: 0; 
	padding: 0; 
	border: 0; 
}


body {
	height: 100%;
	background-color:#3b74bb;
	
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
p {
	margin: 0 60px 10px 35px;
}
p.p02 {
	margin: 10px 60px 10px 35px;
	font: 16px/22px Verdana, Arial, Helvetica, sans-serif;
}
p.pMuseums {
	margin: 6px 60px 12px 35px;
}

a { 
	color: #b5111b;
	text-decoration: underline;
}
a:hover { 
	color: #3b74bb; 
}

h1 {
	font: bold 24px/28px "Times New Roman", Times, serif;
	color: #000;
	margin: 25px 60px 10px 35px;
}
h2 {
	font: bold 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 25px 60px 0 35px;
}
h3 {
	font: bold 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 10px 60px 0 35px;
}

.s01 {
	font-weight:bold;
}
.n01 {
	font-weight:normal;
}


/*------------------------------------------------------------*
**  General Page Elements
**------------------------------------------------------------*/	
.outerWrapper {
	width: 808px;
	margin: 6px auto 25px auto;
	background: #fff url(../images/general/side_borders.jpg) repeat-y;
}
.wrapper {
	width: 808px;
	background-image: url(../images/general/bottom_corners.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.header {
	height: 60px;
	background: #3b74bb url(../images/general/head_top.jpg) no-repeat;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: right;
}
.header a{
	color: #fff;
	text-decoration: none;
}
.header a:hover{
	color: #ffc426;
}
.header2 {
	height: 196px;
}

.yellow {
	color: #ffc426;
}
.navbar {
	
}
.navbar img{
	vertical-align: top;
}

/***********************************/
/*********** Column Left ***********/

.col_l_01, .col_l_02, .col_l_03 {
	float:left;
	width: 573px;
	background-color:#fff;
	background: #fff url(../images/general/border_lines.jpg) repeat-y;
	margin: 0 0 35px 0;
}
.col_l_01 {
	height: 370px;
}
.col_l_02 {
	height: 700px;
}
.col_l_03 {
	height: 1000px;
}
.col_l_01 ul, .col_l_02 ul, .col_l_03 ul{
	list-style: none;
	margin: 6px 60px 6px 35px;
}
.col_l_02 li, .col_l_02 li, .col_l_03 li {
	margin: 6px 0;
	padding-left: 9px;
	background-image: url(../images/general/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
}

/***********************************/
/*********** Column Right ***********/

.col_r_01, .col_r_02, .col_r_03 {
	float:left;
	width: 235px;
	margin: 0 0 5px 0;
	background-image: url(../images/general/lines_pattern.jpg);
	background-repeat: repeat-y;
}
.col_r_01 {
	height: 400px;
}
.col_r_02 {
	height: 730px;
}
.col_r_03 {
	height: 1030px;
}
.sideImg {
	float: right;
	display: inline;
}

/***********************************/
.aboutHolder01 {
	float:left;
	display:inline;
	width: 190px;
	margin: 20px 0 0 44px;
}
.aboutHolder01 a {
	float:left;
	display:inline;
	color: #333;
	margin: 30px 0 0 13px;
}
.aboutHolder01 a:hover {
	color: #3b74bb;
}
.aboutHolder02 {
	float:left;
	display:inline;
	width: 275px;
	margin: 20px 0 0 0;
}