
*{
    margin: 0px;
    padding: 0px;
}

body {	
	margin: 0px;
    padding: 0px;
    font-family: Garamond, serif;
    font-size: 16px;
	line-height: 24px;
    color: #000000;
    background: #ffffff;
    text-align: justify;
}

#wrap{
	width: 1000px;
	margin: 0 auto;
}


/*
 header section
*/

#header{
	position: relative;
	left: 0;
	width: 100%;
	height: 190px;
	padding-top: 15px;
}

#iwithblockmsg-logo{
	width: 10%;
	height: 150px;
	float: left;
}

#iwithblockmsg-language{
	width: 150px;
	height: 50px;
	float: right;
	font-size: 12px;
}

#iwithblockmsg-language a{
	text-decoration:none;
}

/*
 navigation
*/


#iwithblockmenu-menu{
	width: 85%;
	height: 150px;
	float: right;
}

#iwithblockmenu-menu ul{
    list-style: none;
	padding: 0px;
}

#iwithblockmenu-menu ul li{
	display: inline;
}

#iwithblockmenu-menu ul li a{
	font-family: Garamond, serif;
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    float: left;
	width: auto;
    height: 50px;
	text-align: left;
	line-height: 28px;
	margin-left: 51px;
	padding-top: 32px;
	margin-top: 40px;
}

#iwithblockmenu-menu ul li a:hover{
	background: url(/images/PuffinHat.png) no-repeat left top;
	
	

}

#iwithblockmenu-menu ul li .select{
	background: url(/images/PuffinHat.png) no-repeat left top;
}

/*
general
*/

a{
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
    color: #ccc;
}

img a{
    text-decoration: none;
}

.clear{
	clear: both;	
}

.line{
	border-top: 1px solid #515151;
	padding-bottom: 20px;
}


/*
	content
*/

#content{
	padding-bottom: 10px;
}

h2 {
	color: #000000;
	padding-right: 10px;
	padding-bottom: 20px;
}


#iwith-text{
	background: #ffffff;
	padding: 15px 5px 5px 15px;
	text-align: justify;
}

/*
	3 column box
*/

.box_3col{
	padding: 15px 0px 15px 0px;
}

#iwith-col1, #iwith-col2, #iwith-col3{
	float: left;
	width: 300px;
	height: 270px;
	padding: 0px 15px 0px 15px;
}

#iwith-col2, #iwith-col3{
	background: url(/images/verticaldots.gif) repeat-y left;
}


/*
	footer
*/


#iwithblockmsg-footer{
	position: absolute;
	left: 0;
	width: 100%;
	background: #000000;
	text-align: center;
	padding: 10px 0px 10px 0px;
	font-size: 14px;
}

#iwithblockmsg-footer a{
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

#iwithblockmsg-footer a hover{
	color: #333;
	font-weight: normal;
}

#iwithblockmsg-footer p{
	color: #ffffff;
	font-weight: normal;
}