/* monsbey_CSS Document */
html * { 
padding : 0;
margin : 0;
} 
body { 
font-family : Arial, Helvetica, sans-serif;
color : #000000;
font-size : 12px;
background-image : url(images/bg.jpg);
} 
img { 
padding : 3px;
border : 1px solid #d0660a;
border : 1px solid #9cf449;
} 
img.floatl { 
float : left;
margin-right : 7px;
margin-bottom : 2px;
margin-top : 12px;
margin-left : 10px;
} 

.blue { 
color : #3f4858;
} 
.orange { 
color : #d0660a;
} 
#wrapper { 
width : 770px;
margin : 0 auto;
background-color:#0000cc;
min-height : 600px;
} 

* html #wrapper { 
height:770px; 
min-height:560px;
}
 
#topnav { 
height : 40px;
background-color : #3f4857;
} 
#topnav { 
background-color:#000033;
text-align: right;
color : #d0660a;
margin-right : 1px;
padding-right:inherit;

} 
#topnav a { 
padding-top : 10px;
color : #d0660a;
text-decoration : none;
} 
#header {
	height : 160px;
	background-color:#000066;
	background-image : url(images/monsbey1.jpg);
	background-repeat : no-repeat;
	background-position : 400px 60%;
	
} 
.name {
	background-image : url(images/monsbey_logo.jpg);
	background-repeat : no-repeat;
	position: relative; 
	left: 5px;
	top: 1px;
	} 
.name h1 { 
font-size : 2em;
margin-top : 5px;
margin-left : 30px;
font-weight : lighter;
font-family : Arial, Helvetica, sans-serif;
padding-top : 110px;
} 
.name h3 { 
font-size : 0.9em;
margin-left : 30px;
font-family : Arial, Helvetica, sans-serif;
color : #999;
} 
#menu {
	width: 625px;
	position: relative;
	top: 0px;
	left: 90px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0em;
	padding-bottom: 6px;
	padding-left: 0em;
} 
#menu ul { 
margin : 0;
padding : 0;
list-style : none;
text-align : center;
} 
#menu li { 
display : inline;
} 
#menu a { 
text-transform : uppercase;
text-decoration : none;
font-size : 11px;
color : #f1f1f1;
font-weight: bold;
padding: 5px 10px 5px 10px;
color: #f05507;} 

#menu a:hover {
color: #ccc;
padding: 5px 10px 5px 10px;}
 
#leftcolumn { 
display : inline;
width: 210px;
float: left;
min-height:300px;
background-color: #0033FF; 
}
 
* html #leftcolumn { 
height : 300px;
} 

#leftcolumn h3 { 
font-size : 1.2em;
padding-left : 20px;
padding-top : 2px;
padding-bottom : 10px;
color : #d0660a;
font-weight : bolder;
}
#leftcolumn h4 { 
color : #d0660a;
text-align : center;
font-size : 1.1em;
margin-top : 25px;
text-decoration : underline;
} 
.lefttext p { 
text-align : justify;
padding : 10px;
} 
.lefttext a { 
color : #d0660a;
text-decoration : none;
} 
#rightcolumn {
	display : inline;
	margin-right : 10px;
	width : 550px;
	float : left;
	min-height : 300px;
	background-color : #fff;
	background-image: url(images/rbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	list-style-position: outside;
	list-style-type: square;
} 
* html #rightcolumn { 
height : 500px;
} 

blockquote { 
margin-top : 10px;
margin-left : 10px;
margin-bottom : 0px;
margin-right : 10px;
border : 4px solid;
padding : 4px;
} 

#rightcolumn p { 
padding : 10px;
text-align : justify;
color : #3f4856;
} 
#rightcolumn h2 { 
margin-left : 15px;
margin-top : 10px;
font-size : 1.7em;
font-family : Arial, Helvetica, sans-serif;
font-weight : lighter;
color : #3f4856;
text-decoration : underline;
} 
#rightcolumn h3 { 
margin-left : 15px;
margin-top : 10px;
font-size : 1.2em;
font-family : Arial, Helvetica, sans-serif;
font-weight : bolder;
color : #3f4856;
text-decoration : underline;
letter-spacing : 0.3em;
} 
#rightcolumn a { 
color : #d0660a;
text-decoration : none;
} 
.lb { 
background-image : url(images/lb.jpg);
background-repeat : repeat-x;
width : 530px;
height : 5px;
margin-left : 10px;
} 
#footer { 
margin-top : 10px;
background-color:#000033;
display : inline;
float : left;
width : 770px;
text-align : center;
padding-top : 10px;
padding-bottom : 10px;
} 

#footer p { 
color : #f7f7f7;
} 
#footer a { 
color : #f7f7f7;
} 

