html {
	background-color: #fff;
}	

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-repeat:repeat-x;
}

html, body {
	height: 100%; 
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	
	
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
}

#menu_under {
	position: absolute;
	top: 207px;
	left: 50px;
	color: #87898f;
	font-size: 11px;
	z-index: 500;
	display: none;
}

#menu_under a{
	color: #87898f;
	text-decoration: none;
}

#menu_under a:hover{
	color: #000000;
	text-decoration: none;
}

#header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 167px;
	width: 940px;
}

#header #logo {
	position: absolute;
	left: 5px;
	right: 25px;
	top: 15px;
	background-image: url(/templates/main/images/logobvd.jpg);
	height: 151px;
	width: 227px;
}

#header #headerbackground {
	position: absolute;
	
	right: 0px;
}


#menublock {
	position: relative;
	padding:0px;
	margin:0px;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	background-color: #005862;
	height: 35px;
	 background-image:url(/templates/main/images/bgmenu.jpg);
		-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}

#menublock #menu {
	margin-left: 17px;
}

#menublock ul#menuitems{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	font-weight:bold;
	
}

#menublock ul#menuitems li{
	display:block;
	float:left;
	margin:0px;
	padding:0px;

}

#menublock ul#menuitems li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding: 8px 13px 2px 13px;
	height:25px;
	font-family: Arial;

	font-size: 14px;


}

#menublock ul#menuitems li a:hover{
	background-color: #598994;
}

.menuover {
	
	

}



#menublock .leftcorner {
	position: absolute;
	bottom: 0px;
	left:0px;
	width: 15px;
	height: 15px;
	background-image: url(images/leftrounded.gif);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	
}

#menublock .rightcorner {
	position: absolute;
	bottom: 0px;
	right:0px;
	width: 15px;
	height: 15px;
	background-image: url(images/rightrounded.gif);
	background-repeat:no-repeat;
}

#middle {
	margin-top: -30px;
	mar\gin-top: 0px;
	padding-top: 0px;
	position: relative;
	width: 934px;
	margin-left: auto; 
	margin-right: auto;
	height: auto;
	display: block;
	clear: both;
	background-position: center;
	background-repeat:repeat-y;
}

#middle #middle_content {
	position:relative;
	width: 740px;
	padding-top: 10px;
}

#middle #middle_content #leftmenu{
	position: relative;
	width: 170px;
	float: left;
	z-index: 100;
	background-color: #eeede9;
	padding: 10px 15px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}

/* STYLING LEFT MENU */

#middle #middle_content #leftmenu .mainmenuitem {
	font-family: Arial, Verdana;
	font-size: 15px;
	color: #005862;
	display: block;
	margin-bottom: 16px;	
}

#middle #middle_content #leftmenu .mainmenuitem a {
	font-family: Arial, Verdana;
	font-size: 15px;
	color: #005862;
	text-decoration: none;
}

#middle #middle_content #leftmenu .mainmenuitem_over {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 15px;
	color: #005862;
	display: block;
	margin-bottom: 16px;	
}

#middle #middle_content #leftmenu .mainmenuitem_over a {
	font-family: Arial, Verdana;
	font-size: 15px;
	color: #005862;
	font-weight: bold;
	text-decoration: none;
}


#middle #middle_content #leftmenu .submenuitem {
	font-family: Arial, Verdana;
	font-weight:normal;
	padding-left: 20px;
	font-size: 12px;
	display: block;
	color: #4f535d;
	margin-top: 4px;
}

#middle #middle_content #leftmenu .submenuitem a {
	font-family: Arial, Verdana;
	font-weight:normal;
	text-decoration: none;	
	font-size: 12px;
	color: #4f535d;
}

#middle #middle_content #leftmenu .submenuitem_selected {
	font-family: Arial, Verdana;
	font-weight:bold;
	padding-left: 20px;
	font-size: 12px;
	display: block;
	color: #4f535d;
	margin-top: 4px;
}

#middle #middle_content #leftmenu .submenuitem_selected a {
	font-family: Arial, Verdana;
	font-weight:bold;
	text-decoration: none;	
	font-size: 12px;
	color: #4f535d;
}


/* END STYLING LEFT MENU */

#middle #middle_content #content{
	position: relative;
	width: auto;
	padding-left: 210px;
	padding-right: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #4f535d;
	z-index: 50;
	margin-bottom: 25px;
}

/* STYLING INSIDE CONTENT */
#middle #middle_content #content a {
	color: #005862;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

#middle #middle_content #content a:hover {
	color: #f58220;
}


#middle #middle_content #content h1 {
	font-family: Arial, Verdana;
	font-size: 26px;
	font-weight: 500;
	margin: 0px;
	margin-bottom: 15px;
	line-height: 130%;
}

#middle #middle_content #content h2 {
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -15px;
	line-height: 130%;
}

#middle #middle_content #content p {
	
}

.greenquote {
	color: #23ab9a;
	font-size: 12px;
	font-weight: bold;
}

.header {
	color: #005862;
	width: 100%;
	font-weight: bold;
	margin-bottom: 4px;
}

.header .title {
	padding-left: 120px;
}

.header .title a, .header .title_left a {
	color: #005862;
	text-decoration: none;
	border: 0px !important;
}

.header .title a:hover, .header .title_left a:hover {
	color: #f58220;
	border: 0px;
}

.header .title_left {
	
}


.header .date {
 	float: left;
	width: 100px;
}

/* END STYLING */


#middle #middle_sidebar {
	position:relative;
	float: right;

	width: 183px;
	text-align: center;
	margin-top: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	

}

#middle #middle_sidebar h1 {
	background-color: #005862;
	text-align:center;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 12px;
	text-transform:uppercase;
	padding: 3px;
	color: #fff;
	margin: 0px;
	
}

#middle #middle_sidebar #sidebarbuttons {
		background-color: #e8e5df;
	-moz-border-radius: 10px;
	text-align: center;
	border-radius: 10px;
	margin-bottom:10px;
	margin-top: 10px;
	padding-bottom: 10px;
}

#middle #middle_sidebar img {
	margin-top: 6px;
	border:0px;
}

/* STYLING FRONTPAGE */

#news {
	position: relative;
	display: block;
	width: 350px;
	height: 375px;
	margin-top: 0px;
	padding-left: 1px;
	padding-right: 3px;
	background-image:url(/templates/main/images/bg_news.png);
	background-repeat:no-repeat;
	background-position: left 6px;
	z-index: 30;
}

#newsimage {
	position: absolute;
	top: 47px;
	left: 205px;
	z-index: 0;
}

#newsimage img {
	position: absolute;
	left: 130px;
	top: 0px;
	width: 200px;
	height: 320px;
}


#news #leftside {
	position: absolute;
	top: 0px;
	background-color: #e8e5df;
	width: 350px;
	height: 375px;
	z-index: 220;
}

#newsitems {
	padding: 10px;
	padding-left: 10px;
	font-family: Verdana,Arial;
	color: #4f535d;
	font-size: 10px;
	
}

#newsitems a {
	color: #005862;

	text-decoration: none;
}

#newsitems a:hover {
	color: #f58220;
}


#newsitems h1 {
	font-family: Verdana,Arial;
	font-weigh: bold;
	color: #005862;
	font-size: 11px;
	margin: 0px;
	margin-bottom: 3px;
	background-color: none;
}

 #newsitems p {
	margin:0px;
	margin-bottom: 13px;
}

#news #leftside #header {
	position: relative;
	background-color: #005862;
	color: #FFFFFF;
	height: 25px;
	font-family: Arial;
	font-size: 23px;
	width: 330px;
	padding: 6px;
	padding-right: 0px;
	padding-left: 20px;
}

#news #leftside #header a {
	color: #FFFFFF;
	text-decoration: none;
}

#news #leftside #footer {
	position: absolute;
	bottom: 0px;
	height: 18px;
	background-color: #005862;
	width: 350px;
}

#news #leftside #footer .leftcorner {
	position: absolute;
	bottom: 0px;
	left:0px;
	width: 15px;
	height: 15px;
	background-image: url(/templates/main/images/leftcorner_front.gif);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}


#news #leftside #footer .rightcorner {
	position: absolute;
	bottom: 0px;
	right:0px;
	width: 15px;
	height: 15px;
	background-image: url(/templates/main/images/rightcorner_front.gif);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}

#news #leftside #header #topleft {
	position: absolute;
	left:0px;
	width: 15px;
	height: 15px;
	top: 0px;
	background-image: url(/templates/main/images/topleft.gif);
}

#news #leftside #header #topright {
	position: absolute;
	right:0px;
	width: 15px;
	height: 15px;
	top: 0px;
	background-image: url(/templates/main/images/topright.gif);
}


#bottom_frontpage {
	position: relative;
	display: block;
	width: 100%;
	height: 375px;
	z-index: 30;

}

#bottom_frontpage #other_content{
	position: relative;
	float: right;
	width: 370px;
	margin-top: -10px;
	margin-right: 5px;
	text-align: center;

}

#bottom_frontpage #spotlight {
	position: relative;
	width: 350px;
	margin-top: 15px;
	float: left;
}

#bottom_frontpage #spotlight h1 {
	color: #005862;
	font-size: 24px;	
	font-family: Arial,Verdana;
	margin: 0px;
}

#bottom_frontpage #spotlight p {
	margin:0px;
	margin-top: 5px;
	font-family: Verdana,Arial;
	color: #4f535d;
	font-size: 10px;
}

#bottom_frontpage #spotlight a {
	color: #005862;
	text-decoration: none;
}

#bottom_frontpage #spotlight a:hover {
	color: #f58220;
}

#bottom_frontpage #header {
	position: relative;
	background-color: #e8e5df;
	color: #005862;
	height: 25px;
	font-family: Arial;
	font-size: 25px;
	width: 330px;
	padding: 6px;
	padding-right: 0px;
	padding-left: 20px;
}


#bottom_frontpage #header #topleft {
	position: absolute;
	left:0px;
	width: 15px;
	height: 15px;
	top: 0px;
	background-image: url(/templates/main/images/spotlighttopleft.jpg);
}

#bottom_frontpage #header #topright {
	position: absolute;
	right:0px;
	width: 15px;
	height: 15px;
	top: 0px;
	background-image: url(/templates/main/images/spotlighttopright.jpg);
}



/* END STYLING FRONTPAGE */

#footer {
	position: relative;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background-color: #005862;
	height: 34px;
	clear: both;
	bottom: 0px;
	font-family: Arial;
			-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}

#footer .leftcorner {
	position: absolute;
	bottom: 0px;
	left:0px;
	width: 15px;
	height: 15px;
	background-image: url(/templates/main/images/leftcorner.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}


#footer .rightcorner {
	position: absolute;
	bottom: 0px;
	right:0px;
	width: 15px;
	height: 15px;
	background-image: url(/templates/main/images/rightcorner.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}

#footer #footer-right {
	padding: 0px;
	width: 130px;
	font-size: 12px;

	float:right;
	padding-right: 0px;
	
}

#footer #footer-left {
	padding: 9px;
	margin-left: 20px;
	font-size: 12px;

	float: left; width: 400px;
}

#footer #footer-left a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

#footer #footer-links a:hover {
	text-decoration: underline;
}

.bontbericht {
	border: 0px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}

.bontbericht a {
	border: 0px !important;
	text-decoration:none;
}

.bontbericht img {
	border: 0px;
}

.imgwithquote {
	height: 350px;
	margin-bottom: 10px;
}

.imgwithquote .quoteleft {
	width: 48%;
	float: left;
	display: inline;
	font-size: 18px;
	color: #23ab9a;
	font-weight:bold;

}

.imgwithquote .quoteleft .quoteinside{
	position: relative;
	width: 250px;

	top: 50%;
    display: table-cell;
    vertical-align: middle;
	height: 350px;
	text-align: center !important;
}

.imgwithquote .imageright {
	float: right;
	width: 48%;display: inline;
}

form {
	padding:4px;
}

form .errormsg {
	color: #EA0000;

}

form .titlefield {
	font-weight: bold; 
	display: inline;
	width: 35%;
	
	float: left;
}

form .typefield {
	display: inline;

}

form .formrow {
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	
}



form input {
	padding: 3px;
	border: 1px dotted #005862;
	border-bottom: 1px solid #005862;
}

form input[type=radio] {
	padding: 3px;
	border: 0px;
}

#faqs {
	
}

#faqs h2 {
	margin-bottom: 15px;
	border-bottom: 1px dotted #005862; 
}

#faqs h3 {
	font-size: 12px;
}

.normal_arrow {
	width: 50px;
	background-image: url(/images/arrow_up.jpg);
}

.normal_arrow_down {
	width: 50px;
	background-image: url(/images/arrow_down.jpg);
}

.options {
	text-align: right;
	border-bottom: 1px dotted #cccccc;
	padding: 2px;
	margin-top: 3px;
}

.options img {
	vertical-align: middle;
	border: 0px;
}

.options a, .options a img {
	border-bottom: 0px !important;
	text-decoration:none;
}

.twitter {
	width: 140px; padding: 3px; border: 2px solid #9ec9cf; background-color:#add8de; font-size: 10px; color: #000; position: relative; margin-left: auto; margin-right: auto; text-align: left;
}
.twitter a {
	color: #FFF;	
	text-decoration: none;

} 

.twitter a:hover {
	color: #000;
	text-decoration: underline;
}

.twitter p {
	border-bottom: 1px solid #50868e;
	margin: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;

}

#twitter_update_list li {
	margin-top: 3px;
list-style-type: none;
margin-bottom: 4px;
 border-bottom: 1px #fff solid;
 padding-bottom: 6px;
 color: #005862;	overflow:hidden;
}

#twitter_update_list a  {
	display: block;
	color: #fff;
}

#twitter_update_list span {


}

#twitter_update_list span a {
display: inline;
color: #000000;
}

#twitter_update_list span a:hover {
text-decoration: underline;
color: #666666;
}




/* NIEUW */


#tweetbutton {
	position: absolute;
	right: 180px;
	top: 115px;
	z-index: 5000;
}

#tweettext {
	position: absolute;
	left: 200px;
	top: 145px;
	z-index: 5000;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -0.3px;
}



#twitter-ticker{
	position: relative;
	/* Styling the ticker */
	width:240px;
	height:300px;
	background:url(img/slickbg.png) no-repeat #eeede9;
	color:#666666;
	display:none;

	/* Rounded corners */
	-moz-border-radius:10px 10px 6px 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
	margin-top: 10px;
	text-align:left;
	z-index: 1000;

}

#twitter-ticker h1{
	margin:0px;
	padding:0px;
	color: #fff;
	margin-left: 10px;
	font-size: 18px;
	font-weight:normal;
	background-color:#115862;
	padding: 8px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	font-weight:normal;
	font-size: 18px;
	text-transform:uppercase;
	color: #fff;
	margin:0px;
}

#tweet-container{
	/* This is where the tweets are inserted */
	height:250px;
	width:240px !important;
	overflow:hidden;
z-index: 1000;

}

.topimg {
	position:absolute;
	right: 0px; top: -26px;
	z-index: 1000;
}


.tweet{
	/* Affects the tweets */
	padding:2px;
	margin:0 1px 1px;

	border:1px solid #eeede9;
	background:url(/img/transparent.png) #eeede9;;

	width:220px;
	overflow:hidden;
	font-size:11px;
}

.tweet .avatar{
	float:left;
}

.tweet .time{
	text-transform:uppercase;
	font-size:10px;
	color:#AAAAAA;
	white-space:nowrap;

}

.tweet .avatar img{

	width:36px;
	height:36px;
	border:2px solid #eeeeee;
	margin:0 5px 5px 0;

}

.tweet .txt{
	/* Using the text container to clear the floats */
	clear:both;
}

.tweet .user{
	font-weight:bold;
}

.tweet a, .tweet a:visited {
	/* Styling the links */
	color:#e92c92;
	text-decoration:none;
	outline:none;
}

.tweet a:hover{
	text-decoration:underline;
}





.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1111111;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right:0px;
	top:0;
	height: 100%;
	background: #ddd;z-index: 1111111;
}
.jScrollPaneDrag {
	position: absolute;
	background: #999;
	cursor: pointer;
	overflow: hidden;z-index: 1111111;
	
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}



a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}



.fpblock h1 {
	background-color:#115862;
	padding: 8px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	font-weight:normal;
	font-size: 18px;
	text-transform:uppercase;
	color: #fff;
	margin:0px;padding-left: 10px;padding-left: 10px;
}



.fpblock  p {
	background-color: #eeede9;
	padding: 8px; margin:0px;
	font-size: 10px;

}

#nieuwsblock h2 {
	background-color:#115862;
	padding: 8px;
padding-left: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	font-weight:normal;
	font-size: 18px;
	text-transform:uppercase;
	color: #fff;
	margin:0px;
}
#nieuwsblock h3 {
	font-size: 12px;
}
#nieuwsblock h3 a{ color:#000; }
#nieuwsblock {
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;		
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	background-color:#115862;
	
	padding-bottom: 5px;
}

#nieuwsblock  .middlepart {
	background-color: #eeede9;
	padding: 0px; margin:0px;
	font-size: 10px;
	height: 265px;padding: 0px; margin:0px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}



#blog { position: relative;  }
#blog h1 {
	background-color:#115862;
	padding: 8px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	padding-left: 10px;
	font-weight:normal;
	font-size: 18px;
	text-align:left;

	text-transform:uppercase;
	color: #fff;
	margin:0px;
}

#blog h2 {
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 15px;
	
}

#blog h2 a {
	color: #000 !important;
	text-decoration:none;
}

#blog p {
	background-color: #eeede9;
	padding: 0px; margin:0px;
	font-size: 10px;	color: #4f535d;

}

#blog #blogcontent {
	background-color: #eeede9;
	 margin:0px;
	font-size: 10px;	height: 530px;
	overflow:auto;
	padding-left: 8px;
	
}

#blog #blogcontent img {
	display: block;
	text-align:center;
	width: 240px;
}
#blog #blogcontent a {
	color:#e92c92;
	text-decoration:none;
}
#blog #blogcontent a:hover {
	color:#e92c92;
	text-decoration:underline;
}


#gespot { position: relative;background-color:#eeede9;	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	font-weight:normal; 
	padding-bottom: 5px;	
}

#gespot h1 {
	background-color: #115862;
	padding: 8px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	font-weight:normal;
	font-size: 18px;
	text-transform:uppercase;
	color: #fff;padding-left: 10px;
	margin:0px;
}
#gespot p {
	background-color: #eeede9;
	padding-right:10px;
	padding-left: 10px;
	font-size: 10px;	color: #4f535d;
	margin:0px;
	margin-bottom: 4px;
}

#gespot p a {
	text-decoration:none;
	color: #115862;
	margin-bottom:4px;
}

#gespot h2, #gespot h2 a {
	color: #115862;
	font-size: 14px;
	text-decoration:none;

}

#gespot h2 {
	margin:0px; margin-top: 4px;
		padding-right:10px;
	padding-left: 10px;}


#fpcontainer {
	position: relative;
	left: 30px;
  
}
#fpcontainer .column {
  position: relative;
  float: left;
}

.column img {
	margin-bottom: 5px;	
}


.column img { border: 0px; }

#center {
  width: 240px;
 	margin-top: 330px;
  left: 215px;
}
#left {
  width: 240px;          /* LC width */
  right: 200px;          /* LC width */
  margin-left: -74px;
}
#right {
	left: 60px;
  width: 240px;          /* RC width */
  margin-right: -100px;  /* RC width */
}

/*** IE6 Fix ***/
* html #left {
  left: 150px;           /* RC width */
}
#newsitems div { margin-bottom: 7px !important; }
#newsitems h1 {
	font-family: Verdana,Arial;
	font-weigh: bold;
	color: #005862;
	font-size: 12px;
	margin: 0px;
	margin-bottom: 0px;
	background-color: none !important;
}

#newsimage2 {
	position: absolute;
	top: 0px;
	left: 05px;
	z-index: -1000;
}

#newsimage2 img {
	position: absolute;
	left: 235px;
	top: 0px;
	width: 250px;
	height: 320px;
}

