/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body { /*, form, fieldset { */
        margin: 0;
        padding: 0;
		font-family: Arial, Verdana, Helvetica, Tahoma;
	}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}


/* ************************************************************ HTML formatting tags *************************************************** */

body {
/*	background: #ffffff url(../images/background.jpg);*/
	background-color: #C0EBFC;
	color: #000000;
	font-size: 0.8em;
	line-height: 1.4em;

/*
	font-size: 14px;
	line-height: 18px;
*/	

/*	background: transparent url(../images/cloudcover3.jpg) no-repeat bottom fixed;	*/
	}

blockquote {  
	text-indent: -0.8em;  
	} 

p {  
	margin-bottom: 1.4em;
	} 

/* *************************** Main formatting tags **************************** */	

h1 {color: #0076b3; font-size: 1.8em; margin: 1.1em 0 1.5em 0; font-weight: normal;}
h2 {color: #d12741; font-size: 1.6em; margin: 1.1em 10px 0.5em 0; font-weight: normal;}
h3 {color: #0076b3; font-size: 1.2em; margin: 1.1em 10px 0.5em 0; font-weight: normal;}

a:link {
	color: #d12741;
	}

a:visited {
	color: #d12741;
	}
	
a:hover	{
/*	
	background-color: #d12741;
	color: #ffffff;
*/
	}

a:active {
	color: #d12741;
	}

a:link img, a:visited img, a:hover img, a:active img {
	border: 0;
	text-decoration: none;
	}
	
/* ************************** Miscellaneous formatting tags *********************** */

.ridbc_red {
	color: #d12741;
	}

.ridbc_blue {
	color: #0076b3;
	}

.BoldText {
	font-weight: bold;
	}

.CentredText {
	text-align:center;
    display:block;
	padding: 0;
	}

.topborder {
	padding-top: 1em;
	margin-top: 2em;
	border-top: 1px dotted #0076b3;
	}

.important_text {
	color: #d12741;
	}

.small_text {
	font-size: 0.8em;
	}
	
.horizontal_line {
	border-top: 1px solid #BAB6B7;
	margin-right: 0.5em;
	}

ul#imageswap li {
	list-style: none;
	margin-left: -1em;
}

ul#imageswap li img {
	border: 1px solid #ccc;
	padding: 4px;
}

.altCss {
	padding: 5px;
	border: 1px solid #cccccc;
	margin-left: 3px;
	}
	
/* *************************** Icon tags **************************** */
/* all A tags whose HREF attribute ends in .pdf */
a[href$='.pdf'] { 
	padding-right: 23px;
	background: transparent url(../images/icons/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute equals pdf */
a[rel='pdf'] { 
	padding-right: 23px;
	background: transparent url(../images/icons/icon_pdf.gif) no-repeat center right;
}

/*  all A tags whose REL attributes has the letters pdf somewhere mixed in*/
a[rel*='pdf'] { 
	padding-right: 23px;
	background: transparent url(../images/icons/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute contains the value pdf, seperated from other values with a space */
a[rel~='pdf'] { 
	padding-right: 23px;
	background: transparent url(../images/icons/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose HREF attribute starts with mailto: */
a[href ^="mailto:"] {
	padding-right: 23px;
    background: transparent url(../images/icons/icon_mailto.gif) no-repeat center right;
   
}

/* all A tags whose CLASS attribute is popup */
a[class ="popup"] {
	padding-right: 23px;
    background: transparent url(../images/icons/icon_popup.gif) no-repeat center right;
}


a[href$='.doc'] { 
	padding-right: 23px;
	background: transparent url(../images/icons/icon_doc.gif) no-repeat center right;
}
a[href$='.xls'] { 
	padding-right: 23px;
	background: transparent url(../images/icons/icon_xls.gif) no-repeat center right;
}
/*
a[rel ~='external'] {
	padding-right: 23px;
	background: transparent url(../images/icons/icon_external.gif) no-repeat center right;
}

/* *************************** Layout positioning tags **************************** */

.BackToTop {
	font-size: 0.85em;
	text-align: right;
	clear: both;
	padding: 1em 0 2em 0;
	}

.Centred {
	text-align: center;
    display: block;
	padding: 1em 0 1em 0;
	margin: 0 auto;	
	}

.right_aligned {
	text-align: right;
    display:block;
	padding: 1em 0 1em 0;	
	}

.left_aligned {
	text-align: left;
    display:block;
	padding: 1em 0 1em 0;	
	}

.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 0 15px 15px 0; }

.indented {
	padding-left: 7em;
	}

.small_indent {
	text-indent: 4em;
	}
	
.bigtopgap {
	margin-top: 3em;
	}

.imageCaption {
	color: #00779E;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	}

.boxQuote {
	width: 240px; 
	float: right; 
	color: #00779E;
	padding: 0.5em;
	margin: 0.5em 0 0.2em 1.5em;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: right;
	border-top: 1px solid #93D5EA;
	border-bottom: 1px solid #93D5EA;
	font-style: italic;
}

#blue_check {
/*	background: transparent url("../images/blue_check.png") center no-repeat;*/
	padding: 0 10px 0 5px;
	display: none;
	}

#Address_Box {	
/*	background-color: #f5f5f5; */
	padding: 1em;
	margin-bottom: 1em;
	width: 300px; 
	color: #0076b3;
	border: 0.1em solid #DDDDDD;
	}

#Breadcrumbs {
	margin-top: 0.2em;
	font-size: 0.8em;
	color: #000000;
	}
	
#Breadcrumbs.a {
	font-size: 0.8em;
	color: #d12741;
	}

#BigQuote {	
	margin-top: 1em;
	font-size: 1.1em;
	color: #000000;
	font-weight: bold;
	font-style: italic; 
	}

.StrongText {
	color: #d12741;
	}
	
.admin_table {
	font-size: 0.75em;
	}
	
/* *************************** Image positioning ********************************** */

.heroshot {
	text-align: center;
    display:block;
	}
		
.ImageFloatingExternal {
	position: absolute;
	top: 15%;
	left: -15%;
	margin: 0;
	padding: 0;
	z-index: 10;
/*	display: none;*/
	}

.ImageRight {
	float:right;
	margin: 0 0 1em 1em;
	}

.ImageLeft {
	float: left;
	margin: 0 1em 1em 0;
	}

.ImageCentre {
	text-align: center;
    display:block;
	padding: 1em 0 1em 0;
	border: 0;
	}

.logos {
	text-align: center;
    display: block;
	margin: 0.5em auto;
	border: 0;
	}

.img_border {
	padding: 0.5em;
	border: 1px solid #cccccc;
	}
	
.skip {
	text-align: right;
	padding: 0em 1em 0em 0em;
	font-size: 0.7em;
	}

.easyread {display: none;}
/*.standard {display: normal;} */

/* ************************** Boxes CSS ************************* */

#Boxes {width: 100%; float: left;}

#topbox {overflow:hidden;width:100%; padding: 0; margin: 0;}
#topbox p, #topbox fieldset, #topbox form {margin: 0; padding: 5px;}
#topbox h3 {margin: 0; padding: 0; background-color: #999999; color: #fff; padding: 5px; font-size: 0.9em;}

#middlebox {overflow:hidden;width:100%; padding: 0; margin-bottom: 20px;}
#middlebox p, #middlebox fieldset, #middlebox form {margin: 0; padding: 5px;}
#middlebox h3 {margin: 0; padding: 0; background-color: #999999; color: #fff; padding: 5px; font-size: 0.9em;}

#bottombox {overflow:hidden;width:100%;margin-top: 10px;}
#bottombox p, #topbox fieldset {margin: 0; padding: 5px;}
#bottombox h3 {margin: 0; padding: 0; background-color: #999999; color: #fff; padding: 5px; font-size: 0.9em;}

#box1, #box3 {width:48%; float:left;border:1px solid #999999;display:inline; margin-right: 2px; height: 230px;}
#box2, #box4 {width:48%; float:right;border:1px solid #999999;display:inline; height: 230px;}
	
/* ************************** Image shadow CSS ************************* */
p.shadow {
    position:relative; top: 4px; left: 4px;
    height: 148px;
    width: 198px;
    border-width: 0 4px 4px 0;
    border-style: solid;
    border-color: #eee;
    }
p.shadow img {
    position:relative; top: -4px; left: -4px;
    border-width: 1px;
    border-style: solid;
    border-color: #eee #ddd #ddd #eee;
}  
/* *************************** Divs ********************************** */

#Page {
	width: 100%;
/*	background: #79B9E7 url(../images/clouds.png) repeat-x top left;*/
	background: #C0EBFC url(../images/sky.png) repeat-x top left;	
	text-align: center;
	}	

#Banner {
/*	background: transparent url(../images/clouds.png) no-repeat;*/
	background-color: #ffffff;
	position: relative;
/*	height: 160px;*/
/*	width: 100%;*/
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}

#Banner-inner-container {
/*
	width: 98.5%;
	max-width: 1000px;
	width:expression(document.body.clientWidth > 1000? "1000px": "auto" );
*/
	width: 960px;
	margin: 0 auto;
	display: block;
	}

#Logo {
	float: left;
	width: 100%;
	height: 230px;
/*	height: 160px;	*/
	}
	
#Accessibility {
	float: right;
	padding-right: 1em;
	text-align: right;
	font-size: 0.8em;
	display: none;
	}
	
#Accessibility ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	margin-right: 0;
	}

#Accessibility li {
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#Accessibility a {
	color: #0076b3;
	}
	
#Container {
/*
	width: 98.5%;
	max-width: 1000px;
	width:expression(document.body.clientWidth > 1000? "1000px": "auto" );
*/
	width: 960px;	
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	}

/* ************************************************************ Top menu bar *************************************************** */

#topNavBar {
	height: 60px;
/*	background: transparent url("../images/bg_navbar.gif") left top repeat-x;*/
	width: 100%;
	text-align: center;
	float: right;
	margin: 0;
	}

#topNavBar a {display: block; text-decoration: none; font-size: 1em; font-weight: bold; color: #d12741;}

#topNavBar a:hover {
	color: #d12741;
/*	background: transparent url("../images/bg_navbarover.gif") left top repeat-x*/
}

/*
#topNavBar a.current_page {
	color: #ffffff;
	background: transparent url("../images/bg_navbaractive.gif") left top repeat-x
}
*/

#topNavBar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	}

#topNavBar li {
	float: left;
	margin: 0;
	}

#topNavBar li a {
	width: 90px;
	}

#topNavBarStart {
	float: left;
	background: #ffffff url("../images/logo_charityflight2009.gif") no-repeat top left;
	height: 50px;
	width: 500px;
	margin: 0.5em 0 0 0; 
}

#topNavBarEnd {
	float: right;
/*	background: #6ED0FB url("../images/bg_navbarend.gif") no-repeat top right;*/
	height: 60px;
	width: 0;
	margin: 0;
}

/* ************************************************************ Main menu bar *************************************************** */

#mainNavBar {
	width: 100%;
/*	float: left;*/ /*Removed the float: left on 09-09-2009, because it was stuffing up on Safari browsers */
	margin: 0 0 1em;
	clear: both;
	height: 115px;	
	}

#mainNavBar a {display: block; text-decoration: none; border: 1px solid #cccccc; background-color: #d12741;}

#mainNavBar a:hover {
	color: #ffffff;
	}


#mainNavBar a.current_page {
	}

#mainNavBar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	}

#mainNavBar li {
	float: left;
	margin: 0;
	}

#mainNavBar li a {
	width: 212px;
	height: 105px;
	padding: 1em;	
	}

#mainNavBar li a:hover {
	background-color: #e53f58;	
	}
	
#mainNavBarStart {
	float: left;
	height: 35px;
	width: 0;
	margin: 0;
}

#mainNavBarEnd {
	float: right;
	height: 35px;
	width: 0;
	margin: 0;
}

.mainNavBarTitle {
	font-size: 1.4em; 
	color: #ffffff;
	}

.mainNavBarText {
	font-size: 1em;
	color: #000000;
	font-weight: normal;
	}
	
/*
#mainNavBar {
	float: left;
	width: 100%;
	margin: 0 0 1em 0;
	height: 80px;	
	}

#mainNavBar a {display: block; text-decoration: none; height: 80px;}

#mainNavBar a:hover {
	}

#mainNavBar a.current_page {
	}

#mainNavBar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	}

#mainNavBar li {
	float: left;
	width: 21%;
	}

#mainNavBar li a {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 1px dotted #cccccc;
 	padding: 1em;
	height: 80px;
	background-color: #d12741;	
	}

#mainNavBarStart {
	float: left;
	width: 0;
	margin: 0;
	}

#mainNavBarEnd {
	float: right;
	width: 0;
	margin: 0;
	}

.mainNavBarTitle {
	font-size: 1.4em; 
	color: #ffffff;
	}

.mainNavBarText {
	font-size: 1em;
	color: #000000;
	}
*/
/* ************************************************************ Container2 section *********************************************** */		

#Section_ContentContainer {
	clear: both;
	width: 100%;
	background-color: #ffffff;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	}

#Section_InnerContentContainer {	
/*
	width: 98.5%;
	max-width: 1000px;
	width:expression(document.body.clientWidth > 1000? "1000px": "auto" );
*/
	width: 960px;	
	padding: 0 20px;	
	margin: 0 auto;
	overflow: hidden;
	padding-top: 0;	
	background-color: #ffffff;	
	}
/* ************************************************************ Left section *********************************************** */		

#Left {
	float: right;
	width: 74%;
	margin-right: 10px;
	}

/************************ Breadcrumbs / Part of content section *******************/
.breadcrumb_active a {
	text-decoration: none;
	font-size: 0.8em;
	}
		
.breadcrumb_passive {
	font-size: 0.8em;
	font-weight: normal;
	}

/***************************** Content formatting tags *****************************/

#Content {
	background-color: transparent;
	padding: 0 2.7em 0 0;
	}

#Content p	{
	margin-top: 0.2em;
	}
	
#Content a {
	}

#Content a:hover {
	}
	
#Content h1	{
	}

#Content h1.NoTopPadding {
/*	letter-spacing: 0.05em;
	margin-top: 1em;
	margin-bottom: 0.5em; */
	}
		
#Content h2	{
	}

#Content h3	{
	}
		
#Content img	{
	padding: 1em 0 1em 0;
	}

#Content img.left_image	{
	padding: 1em 0 1em 0;
	}

#Content img.image_row	{
	padding: 0;
	}

#Content img.no_margin {
	padding: 0;
	margin: 0;
	}
					
#Content ul {
	margin-left: 1em;
	}

#Content ul li.bullet {
	list-style-image: url(../images/bullet.gif);
	}
	
#Content ol.bodylist li {
	margin: 0 0 1em 2em;
	}
	
#Content legend {
	font-weight: bold; 
	color: #d12741;
	}

#Content input.buttonstyle	{
	color:#ffffff;
	background-color: #d12741;
	margin: 0.5em 0em 0em 25.5em;
	font-weight: bold;
	border-right: 0.15em solid #cccccc;
	border-bottom: 0.25em solid #cccccc;
	font-size: 0.9em;
	padding: 0.3em 0.6em 0.4em 0.6em;	
	text-align: center;
	float: right;
   }

#Content table.tablestyle	{
   }
   
#Content td.tablelabel	{
	font-weight: normal;
	font-size: 0.85em;
   }
   
.redarrow {
	color: #FF3300;
	}

/* ---------- What's New bar - Start -------------- */	
#Newsbox {
	margin: 0 0 1em 1em;
/*	background-color: #E9F7FF;*/
	border: 1px solid #cccccc;
/*	min-height: 200px;*/
	padding: 1em;
	float: right;
	}

#Newsbox h2 {
	background-color: #d12741; 
	padding: 0.5em 0;
	text-align: center;
	margin: 0 0 1em 0;
	color: #ffffff;
	}

#Newsbox ul {
	list-style-type: none;
	margin-left: -1em;
	}
	
#Newsbox ul li {
	font-size: 0.9em;
	}

#Newsbox ul li .title {
	font-weight: bold;
	color: #d12741;
	margin-top: 0.5em;
	}

#Newsbox ul li p a {
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#Newsbox ul li img {
	display: block;
	margin: 0 auto;
	text-align: center;
	}
	
/* ---------- What's New bar - End -------------- */	

/***************************** Right formatting tags *****************************/
#Right {
	float: left;
	width: 18%;
	margin-right: 1.5%;
	font-size: 0.9em;
/*	text-align: right;*/
/*	padding-right: 2em;*/
	}

#Fullnav {
	width: 70%;
	margin: 2em 2.5em 3em 2.5em;
	background-color: transparent;
	}
	
#Fullnav a {
	padding-top: 1em;
	padding-bottom: 1em;
	display: block;
	background-color: transparent;
	color: #E45A49;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	}

#Fullnav a:hover	{
	color: #3366FF;
	text-decoration: underline;
	}

/* ----------------------------------------------------------------------------------------------------------------- */
		
#Sidebar, #Sidebar-home {
	width: 100%;
/*
	margin: 0;
	padding: 0.2em auto;
*/
	margin: 0.2em auto;
	
	}

#Sidebar ul, #Sidebar-home ul {
	margin: 0;
	}

#Sidebar ul li.bullet, #Sidebar-home ul li.bullet  {
/*	list-style-image: url(../images/bullet.gif);*/
	list-style-type: none;
	margin-bottom: 0.3em;
	}
	
#Sidebar h1, #Sidebar-home h1 {
	background-color: transparent;
	text-align: center;
	padding: 0.5em 1em 0em 1em;
	margin-bottom: 0em;
	}

#Sidebar p, #Sidebar-home p {
/*	margin-bottom: 1em;	*/
	padding: 0;
	}

#Sidebar, #Sidebar-home a {
	padding: 0.2em 0 0.2em 0;
	}

#Sidebar a:hover, #Sidebar-home a:hover	{
	}

/* ----------------------------------------------------------------------------------------------------------------- */

#Bottom {
	width: 100%;
/*	background: transparent url(../images/field.png) no-repeat bottom;*/
	background: transparent url(../images/mountains3.png) no-repeat bottom;
	clear: both;
/*	height: 280px;*/
	height: 414px;
	}

#Footer {
/*	clear: both;*/
	text-align: left;
	font-size: 0.9em;	
	padding: 0 1em;
/*
	width: 98.5%;
	max-width: 1000px;
	width:expression(document.body.clientWidth > 1000? "1000px": "auto" );
*/
	width: 960px;
	margin: 0 auto;
	
	}

#Footer a {
	}

#Footer a:hover	{
	}

#Footer p {
	}		
	
.caption {
	color: #d12741; 
	font-size: 0.85em; 
	padding: 0 0 0 5em;
	margin: 0 0 2em 6em; 
	}

/* ********************** Fieldset elements for online forms ************************************************************** */

.fieldset {
/*
	width: 90%;
	margin: 0 1em 0.2em 1em;
*/	
	padding: 1em;
	margin-bottom: 1em;
/*	border: 1px solid #0076b3;*/
	border: 1px solid #cccccc;
	}

.fieldset_short {
	width: 50%;
	margin: 0 1em 0.2em 1em;
	}
	
.fieldset .formlegend {
	color: #000000;
	font-weight: bold;
	display: none;
	}
	
.fieldset .formlabel {
	color: #0076b3;
	float: left; 
	width: 150px; 
	padding-right: 10px;
	font-weight: bold;
/*	width: 18em;
	float: left;
	text-align: right;
	margin-top: 0.3em;
	margin-right: 0.5em;
	display: block;
	font-size: 0.85em;
	font-weight: bold;
*/	
	}

.fieldset .formlabel_details {
	margin-right: 0.5em;
	margin-left: 1.55em;
	font-size: 0.9em;
	font-weight: bold;	
	}
	
.fieldset p {
	padding: 0;
	}

.fieldset .formselect {
/*	width: 305px;*/
	width: 70%;
	margin-bottom: 0.5em;
/*	margin-bottom: 1.5em;*/
	background-color: #E9F7FF;	
	}
	
.fieldset .formnobr {display:none;}

.fieldset .formbreak {display:none;}

.fieldset .formtextfield {
	margin-bottom: 0.5em;
	padding-left: 0;
	margin-left: 0;	
	border: 1px solid #cccccc;
	background-color: #E9F7FF;
	font-family: Arial, Verdana, Helvetica, Tahoma;
/*	line-height: 160%;
	height: 20px;*/
/*	width: 300px;*/
	width: 70%;
	}

.fieldset .formtextarea {
/*	width: 600px;*/
	border: 1px solid #cccccc;
	background-color: #E9F7FF;
	font-family: Arial, Verdana, Helvetica, Tahoma;
	font-size: 10pt;
	width: 70%;
	height: 200px;
	}

.fieldset .formtextarea_invite {
/*	width: 600px;*/
	border: 1px solid #cccccc;
	color: #333333;
	background-color: #E9F7FF;
	padding: 1em;
	font-size: 1em;
	font-family: Arial, Verdana, Helvetica, Tahoma;	
	width: 90%;
	height: 500px;	
	}


.fieldset .formcheckbox {
	}

.fieldset .formradio {
/*	margin-left: 20em;
	font-size: 0.85em;
	margin-left: 0.5em;	
*/	
	}
		
.formsubmit {
	margin: 0.5em 0 0 0;
	text-align: right;
	float: none;
	color: #ffffff;
	background-color: #0076b3;
	border-right: 0.1em solid #666666;
	border-bottom: 0.1em solid #999999;
	font-size: 0.9em;
	padding: 0.3em 0.6em 0.4em 0.6em;	
	text-align: center;
	font-family: Arial, Verdana, Helvetica, Tahoma;	
	

/*
	margin: 0.5em 0 0 0;
	text-align: right;
	float: none;
	color: #0076b3;
	background-color: #E9F7FF;
	border-right: 0.15em solid #cccccc;
	border-bottom: 0.15em solid #cccccc;
	font-size: 0.9em;
	padding: 0.3em 0.6em 0.4em 0.6em;	
	text-align: center;
	font-weight: bold;
*/	
	}

/* ********************** Fieldset elements for tables ************************************************************** */
th {
	color: #0076b3;
	}

th a {
	color: #0076b3;
	}
	
	
	
	
/* ********************** Fieldset elements for tables ************************************************************** */

table.sortable {
	width: 100%;
	border: 1px solid #999999;
/*	margin-left: 2em; */
	}

table.sortable a.sortheader:link {
    background-color:#eeeeee;
    color:#0076b3;
    font-weight: bold;
    text-decoration: none;
    display: block;
/*	text-align: center;*/
	}

table.sortable span.sortarrow a:active{
    color: black;
    text-decoration: none;
	}

table.sortable tr th {
	border: 0;
	}
	
table.sortable tr td {
	border: 0;
	border-top: 1px solid #cccccc;
	}

/* ********************** Fieldset elements for tables (reserve a seat) ************************************************************** */

table.reserve {
	width: 100%;
	margin-bottom: 1em;
	}

table.reserve tr th {
	border: 0;
	}
	
table.reserve tr td {
	border: 1px solid #cccccc; 
	padding: 1em;
	}
	
/* ************************** Rounded corner rectangle ********************************** */

.roundcont {
	width: 100%;
	background-color: #ffffff;
	margin: 0 auto;
	}

.roundcont p {
/*	margin: 0 10px; */
	}

.roundtop { 
/*	background: #ffffff url("../images/corner_tr.gif") no-repeat top right; */
	margin: 0;
	}

.roundbottom {
	background: #ffffff url("../images/corner_br.gif") no-repeat top right;
	}

img.corner {
	width: 10px;
	height: 10px;
	border: none;
	display: block !important;
}
