/*******************/
/* GENERIC Layouts */
/*******************/
BODY {
	font-family:Verdana,Arial,sans-serif;
	font-size:10pt;
	text-align:center;
}
LABEL { 
	cursor:pointer;
}
P {
	text-align:justify;
}
P.IMAGE {
	text-align:center;
}
TABLE {
	border-style:none;
	width:100%;
}
TABLE.FORM {
	text-align:left;
	width:auto;
}
TABLE.GALLERY {
	border-style:none;
	width:100%;
}
TABLE.HIGHSCORE {
	border-style:none;
	text-align:right;
	vertical-align:top;
	width:auto;
}
TABLE.MAINTENANCE {
	border-style:none;
	vertical-align:top;
	width:auto;
}
TABLE.PLACES {
	border-style:none;
	vertical-align:middle;
	width:100%;
}
.ERROR{
	color:#FF0000;
}
/***************************/
/* DEFAULT Section Layouts */
/***************************/
/* DEFAULT Color Scheme    ***********/
/* 000000 (Black)      => background */
/* 4A4A4A (Dark Gray)  => topmenu    */
/* A4A4A4 (Gray)       => links      */
/* D4D4D4 (Light Gray) => font       */
/*                     => footer     */
/*                     => header     */
/*                     => hr         */
/* FFD700 (Gold)       => link hover */
/*************************************/
BODY.DEFAULT {
	background-color:#000000;
	color:#D4D4D4;
}
/* DIV Definition */
.DEFAULT_CONTENT, .DEFAULT_CONTENT_BODY, .DEFAULT_CONTENT_HEAD, .DEFAULT_CONTENT_HEAD H1 {
	/* set the image to use and establish the lower-right position */ 
	background: transparent url(../images/background.png) no-repeat bottom right;
}
.DEFAULT_CONTENT { 
	margin:0px auto; /* use to position the box */ 
	padding-right:15px; /* the gap on the right edge of the image (not content padding) */ 
	text-align:center;
	width:85%; 
}
.DEFAULT_CONTENT_BODY {
	/* set the lower-left corner image */
	background-position:bottom left; 
	margin-right:25px; /* interior-padding right */ 
	padding:15px 0 15px 40px;
	text-align:center;
} 
.DEFAULT_CONTENT_HEAD {
	/*set the top-right image */ 
	background-position:top right; 
	/* pull the right image over on top of border */ 
	margin-right:-15px; /* right-image-gap + right-inside padding */
	padding-right:40px;
} 
.DEFAULT_CONTENT_HEAD H1 { 
	/* set the top-left image */ 
	background-position:top left; 
	/* reset main site styles*/ 
	border:0;
	color:#D4D4D4;
	font-size:1.1em;
	font-weight:bold;
	height:auto !important;
	height:1%;
	margin:0; 
	padding:25px 0 0 40px; /* padding-left = image gap + interior padding ... no padding-right */  
	text-align:left;
}
DIV.DEFAULT_FOOTER {
	border-color:#D4D4D4;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	color:#D4D4D4;
	font-size:0.75em;
	margin:0px auto;
	margin-top:10px;
	text-align:center;
	width:350px;
}
DIV.DEFAULT_HEADER {
	margin-top:2%;
	text-align:center;
}
DIV.DEFAULT_TOPMENU {
	background: transparent url(../images/menu.png) no-repeat top right;
	margin:0px auto;
	padding-bottom:3px;
	padding-top:3px;
	text-align:center;
	width:800px;
}
A.DEFAULT {
	font-style:italic;
	color:#FFD700;
	text-decoration:none;
}
A.DEFAULT:hover {
	font-style:italic;
	color:#A4A4A4;
	text-decoration:underline;
}
A.DEFAULT_FOOTER {
	color:#D4D4D4;
	font-style:italic;
	text-decoration:none;
}
A.DEFAULT_FOOTER:hover {
	color:#FFD700;
	font-style:italic;
	text-decoration:underline;
}
A.DEFAULT_TH {
	color:#D4D4D4;
	font-weight:bold;
	text-align:left;
	text-decoration:none;	
}
A.DEFAULT_TH:hover {
	color:#FFD700;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}
A.DEFAULT_TOPMENU {
	color:#D4D4D4;
	font-family:'Comic Sans MS',Verdana,Arial,serif;
	font-size:12pt;
	font-style:italic;
	text-decoration:none;
}
A.DEFAULT_TOPMENU:hover {
	color:#FFD700;
	font-family:'Comic Sans MS',Verdana,Arial,serif;
	font-size:12pt;
	font-style:italic;
	text-decoration:none;
}
H1.DEFAULT {
	color:#D4D4D4;
	font-size:1em;
	font-weight:bold;
	text-align:left;
}
H2.DEFAULT {
	color:#D4D4D4;
	font-size:1em;
	font-weight:bold;
	text-align:left;
}
TABLE.DEFAULT_GB{
	border:none;
	width:100%
}
TD.DEFAULT_DARK {
	padding:4px 10px 4px 10px;
	background-color:#444444;
}
TD.DEFAULT_GALLERY {	
	border-color:#D4D4D4;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}
TD.DEFAULT_GB_DATE {
	font-style:italic;
	padding:4px 4px 4px 4px;
	text-align:right;
	width:50%;
}
TD.DEFAULT_GB_ENTRY {
	padding:4px 4px 8px 4px;
	text-align:left;
}
TD.DEFAULT_GB_HEAD {
	border-color:#D4D4D4;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	font-size:1em;
	font-weight:bold;
	padding:4px 4px 4px 4px;
	text-align:left;
	width:50%;	
}
TD.DEFAULT_ME {
	padding:0px 4px 0px 4px;
	text-align:left;
	vertical-align:top;
	width:150px;
}
TD.DEFAULT_LEFT {
	padding:0px 4px 0px 0px;
	text-align:left;
}
TD.DEFAULT_LIGHT {
	padding:4px 10px 4px 10px;
	background-color:#555555;
}
TD.DEFAULT_RIGHT {
	padding:0px 4px 0px 4px;
	text-align:right;
}
TH.DEFAULT {
	background-color:#333333;
	color:#D4D4D4;
	font-weight:bold;
	text-align:left;
	padding:4px 10px 4px 10px;
}
/*************************/
/* ADMIN Section Layouts */
/*************************/
/* DEFAULT Color Scheme  *************/
/* 000000 (Black)      => background */
/* 4A4A4A (Dark Gray)  => topmenu    */
/* A4A4A4 (Gray)       => links      */
/* D4D4D4 (Light Gray) => font       */
/*                     => footer     */
/*                     => header     */
/*                     => hr         */
/* FFD700 (Gold)       => link hover */
/*************************************/
BODY.ADMIN {
	background-color:#000000;
	color:#D4D4D4;
}
/* DIV Definition */
.ADMIN_CONTENT, .ADMIN_CONTENT_BODY, .ADMIN_CONTENT_HEAD, .ADMIN_CONTENT_HEAD H1 {
	/* set the image to use and establish the lower-right position */ 
	background: transparent url(../images/background.png) no-repeat bottom right;
}
.ADMIN_CONTENT { 
	margin:0px auto; /* use to position the box */ 
	padding-right:15px; /* the gap on the right edge of the image (not content padding) */ 
	text-align:center;
	width:85%; 
}
.ADMIN_CONTENT_BODY {
	/* set the lower-left corner image */
	background-position:bottom left; 
	margin-right:25px; /* interior-padding right */ 
	padding:15px 0 15px 40px;
	text-align:center;
} 
.ADMIN_CONTENT_HEAD {
	/*set the top-right image */ 
	background-position:top right; 
	/* pull the right image over on top of border */ 
	margin-right:-15px; /* right-image-gap + right-inside padding */
	padding-right:40px;
} 
.ADMIN_CONTENT_HEAD H1 { 
	/* set the top-left image */ 
	background-position:top left; 
	/* reset main site styles*/ 
	border:0;
	color:#D4D4D4;
	font-size:1.1em;
	font-weight:bold;
	height:auto !important;
	height:1%;
	margin:0; 
	padding:25px 0 0 40px; /* padding-left = image gap + interior padding ... no padding-right */  
	text-align:left;
}
DIV.ADMIN_FOOTER {
	border-color:#D4D4D4;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	color:#D4D4D4;
	font-size:0.75em;
	margin:0px auto;
	margin-top:10px;
	text-align:center;
	width:350px;
}
DIV.ADMIN_HEADER {
	margin-top:2%;
	text-align:center;
}
DIV.ADMIN_TOPMENU {
	background: transparent url(../images/menu.png) no-repeat top right;
	margin:0px auto;
	padding-bottom:3px;
	padding-top:3px;
	text-align:center;
	width:800px;
}
A.ADMIN {
	font-style:italic;
	color:#A4A4A4;
	text-decoration:none;
}
A.ADMIN:hover {
	font-style:italic;
	color:#FFD700;
	text-decoration:underline;
}
A.ADMIN_FOOTER {
	color:#D4D4D4;
	font-style:italic;
	text-decoration:none;
}
A.ADMIN_FOOTER:hover {
	color:#FFD700;
	font-style:italic;
	text-decoration:underline;
}
A.ADMIN_TOPMENU {
	color:#D4D4D4;
	font-family:'Comic Sans MS',Verdana,Arial,serif;
	font-size:12pt;
	font-style:italic;
	text-decoration:none;
}
A.ADMIN_TOPMENU:hover {
	color:#FFD700;
	font-family:'Comic Sans MS',Verdana,Arial,serif;
	font-size:12pt;
	font-style:italic;
	text-decoration:none;
}
H1.ADMIN {
	color:#D4D4D4;
	font-size:1em;
	font-weight:bold;
	text-align:left;
}
H2.ADMIN {
	color:#D4D4D4;
	font-size:1em;
	font-weight:bold;
	text-align:left;
}
TABLE.ADMIN_FORM {
	background-color:#444444;
	text-align:left;
	width:auto;
}
TABLE.ADMIN_GB {
	border:none;
	width:100%
}
TD.ADMIN_DARK {
	background-color:#444444;
	padding:4px 10px 4px 10px;
	vertical-align:top;
}
TD.ADMIN_FORM {
	padding:4px 4px 4px 4px;
	text-align:left;
	vertical-align:top;
}
TD.ADMIN_GB_DATE {
	font-style:italic;
	padding:4px 4px 4px 4px;
	text-align:right;
	width:50%;
}
TD.ADMIN_GB_ENTRY {
	padding:4px 4px 8px 4px;
	text-align:left;
}
TD.ADMIN_GB_HEAD {
	border-color:#D4D4D4;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	font-size:1em;
	font-weight:bold;
	padding:4px 4px 4px 4px;
	text-align:left;
	width:50%;	
}
TD.ADMIN_ME {
	padding:0px 4px 0px 4px;
	text-align:left;
	vertical-align:top;
	width:150px;
}
TD.ADMIN_LEFT {
	padding:0px 4px 0px 0px;
	text-align:left;
}
TD.ADMIN_LIGHT {
	background-color:#555555;
	padding:4px 10px 4px 10px;
	vertical-align:top;
}
TD.ADMIN_RIGHT {
	padding:0px 4px 0px 4px;
	text-align:right;
}
TH.ADMIN {
	background-color:#333333;
	color:#D4D4D4;
	font-weight:bold;
	padding:4px 10px 4px 10px;
	text-align:left;
}
/**************************/
/* CANADA Section Layouts */
/**************************/
/* CANADA Color Scheme    *************/
/* 000000 (black) => fonts            */
/* D3D3D3 (gray)  => footer           */
/* FF0000 (red)   => links            */
/*                => headlines        */
/*                => td border galery */
/*                => hr guestbook     */
/* FFFFFF (white) => background       */
/**************************************/
BODY.CANADA {
	background-color:#FFFFFF;
	color:#000000;
}
/* DIV Definition */
.CANADA_CONTENT, .CANADA_CONTENT_BODY, .CANADA_CONTENT_HEAD, .CANADA_CONTENT_HEAD H1 {
	/* set the image to use and establish the lower-right position */ 
	background: transparent url(../images/canada/background.png) no-repeat bottom right;
}
.CANADA_CONTENT { 
	margin:0px auto; /* use to position the box */ 
	padding-right:15px; /* the gap on the right edge of the image (not content padding) */ 
	text-align:center;
	width:85%; 
}
.CANADA_CONTENT_BODY {
	/* set the lower-left corner image */
	background-position:bottom left; 
	margin-right:25px; /* interior-padding right */ 
	padding:15px 0 15px 40px;
	text-align:center;
} 
.CANADA_CONTENT_HEAD {
	/*set the top-right image */ 
	background-position:top right; 
	/* pull the right image over on top of border */ 
	margin-right:-15px; /* right-image-gap + right-inside padding */
	padding-right:40px;
} 
.CANADA_CONTENT_HEAD H1 { 
	/* set the top-left image */ 
	background-position:top left; 
	/* reset main site styles*/ 
	border:0;
	color:#FF0000;
	font-size:1.1em;
	font-weight:bold;
	height:auto !important;
	height:1%;
	margin:0; 
	padding:25px 0 0 40px; /* padding-left = image gap + interior padding ... no padding-right */  
	text-align:left;
}
DIV.CANADA_FOOTER {
	border-color:#FF0000;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	color:#FF0000;
	font-size:0.75em;
	margin:0px auto;
	text-align:center;
	width:350px;
}
DIV.CANADA_HEADER {
	margin-top:2%;
	text-align:center;
}
DIV.CANADA_TOPMENU {
	background: transparent url(../images/canada/menu.png) no-repeat top right;
	margin:0px auto;
	padding-bottom:3px;
	padding-top:3px;
	text-align:center;
	width:800px;
}
A.CANADA {
	font-style:italic;
	color:#FF0000;
	text-decoration:none;
}
A.CANADA:hover {
	color:#FF0000;
	text-decoration:underline;
}
A.CANADA_FOOTER {
	font-style:italic;
	color:#FF0000;
	text-decoration:none;
}
A.CANADA_FOOTER:hover {
	color:#FF0000;
	text-decoration:underline;
}
A.CANADA_TOPMENU {
	color:#FFFFFF;
	font-family:'Comic Sans MS',Verdana,Arial,serif;
	font-size:12pt;
	font-style:italic;
	text-decoration:none;
}
A.CANADA_TOPMENU:hover {
	color:#F5F5F5;
	font-family:'Comic Sans MS',Verdana,Arial,serif;
	font-size:12pt;
	font-style:italic;
	text-decoration:underline;	
}
H1.CANADA {
	color:#FF0000;
	font-size:1em;
	font-weight:bold;
	text-align:left;
}
H2.CANADA {
	color:#FF0000;
	font-size:1em;
	font-weight:bold;
	text-align:left;
}
TABLE.CANADA_GB{
	border:none;
	width:100%
}
TD.CANADA_DARK {
	background-color:#F9F9F9;
}
TD.CANADA_LIGHT {
	background-color:#FFFFFF;
}
TD.CANADA_GALLERY {	
	border-color:#FF0000;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}
TD.CANADA_GB_DATE {
	font-style:italic;
	padding:4px 4px 4px 4px;
	text-align:right;
	width:50%;
}
TD.CANADA_GB_ENTRY {
	padding:4px 4px 8px 4px;
	text-align:left;
}
TD.CANADA_GB_HEAD {
	border-color:#FF0000;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	color:#FF0000;
	font-size:1em;
	font-weight:bold;
	padding:4px 4px 4px 4px;
	text-align:left;
	width:50%;	
}
/**************************/
/* MAYDAY Section Layouts */
/**************************/
/* MAYDAY Color Scheme    ************/
/* 000000 (black)       font         */
/* 680000 (dark red)	background   */
/*                      links        */
/* B20000 (red)         menu         */
/*                      hover        */
/* F2F2F2 (white)       menulink     */
/*************************************/
BODY.MAYDAY {
	background-color:#680000;
	color:#000000;
}
/* DIV Definition */
.MAYDAY_CONTENT, .MAYDAY_CONTENT_BODY, .MAYDAY_CONTENT_HEAD, .MAYDAY_CONTENT_HEAD H1 {
	/* set the image to use and establish the lower-right position */ 
	background: transparent url(../images/mayday/background.png) no-repeat bottom right;
}
.MAYDAY_CONTENT { 
	margin:0px auto; /* use to position the box */ 
	padding-right:15px; /* the gap on the right edge of the image (not content padding) */ 
	text-align:center;
	width:85%; 
}
.MAYDAY_CONTENT_BODY {
	/* set the lower-left corner image */
	background-position:bottom left; 
	margin-right:25px; /* interior-padding right */ 
	padding:15px 0 15px 40px;
	text-align:center;
} 
.MAYDAY_CONTENT_HEAD {
	/*set the top-right image */ 
	background-position:top right; 
	/* pull the right image over on top of border */ 
	margin-right:-15px; /* right-image-gap + right-inside padding */
	padding-right:40px;
} 
.MAYDAY_CONTENT_HEAD H1 { 
	/* set the top-left image */ 
	background-position:top left; 
	/* reset main site styles*/ 
	border:0;
	color:#000000;
	font-size:1.1em;
	font-weight:bold;
	height:auto !important;
	height:1%;
	margin:0; 
	padding:25px 0 0 40px; /* padding-left = image gap + interior padding ... no padding-right */  
	text-align:left;
}
DIV.MAYDAY_HEADER {
	margin-top:2%;
	text-align:center;
}
DIV.MAYDAY_FOOTER {
	border-color:#000000;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	color:#000000;
	font-size:0.75em;
	margin:0px auto;
	text-align:center;
	width:350px;
}
DIV.MAYDAY_TOPMENU {
	background: transparent url(../images/mayday/menu.png) no-repeat top right;
	margin:0px auto;
	padding-bottom:3px;
	padding-top:3px;
	text-align:center;
	width:800px;
}
A.MAYDAY {
	font-style:italic;
	color:#680000;
	text-decoration:none;
}
A.MAYDAY:hover {
	font-style:italic;
	color:#820000;
	text-decoration:underline;
}
A.MAYDAY_FOOTER {
	color:#000000;
	font-style:italic;
	text-decoration:none;
}
A.MAYDAY_FOOTER:hover {
	color:#680000;
	font-style:italic;
	text-decoration:underline;
}
A.MAYDAY_TOPMENU {
	color:#F2F2F2;
	font-family:'Comic Sans MS',Verdana,Arial,serif;
	font-size:12pt;
	font-style:italic;
	text-decoration:none;
}
A.MAYDAY_TOPMENU:hover {
	color:#FFD700;
	font-family:'Comic Sans MS',Verdana,Arial,serif;
	font-size:12pt;
	font-style:italic;
	text-decoration:none;
}
H1.MAYDAY {
	color: #000000;
	font-size:1em;
	font-weight:bold;
	text-align: left;
}
H2.MAYDAY {
	color: #000000;
	font-size:1em;
	font-weight:bold;
	text-align: left;
}
TABLE.MAYDAY_GB{
	border:none;
	width:100%
}
TD.MAYDAY_DARK {
	padding:4px 10px 4px 10px;
	background-color:#EEEEEE;
}
TD.MAYDAY_LIGHT {
	padding:4px 10px 4px 10px;
	background-color:#FFFFFF;
}
TD.MAYDAY_GALLERY {	
	border-color:#000000;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}
TD.MAYDAY_GB_DATE {
	font-style:italic;
	padding:4px 4px 4px 4px;
	text-align:right;
	width:50%;
}
TD.MAYDAY_GB_ENTRY {
	padding:4px 4px 8px 4px;
	text-align:left;
}
TD.MAYDAY_GB_HEAD {
	border-color:#680000;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	font-size:1em;
	font-weight:bold;
	padding:4px 4px 4px 4px;
	text-align:left;
	width:50%;	
}
/**************************/
/* NATURE Section Layouts */
/**************************/
/* NATURE Color Scheme    ************/
/* 000000 (Black)      => background */
/* 4A4A4A (Dark Gray)  => topmenu    */
/* A4A4A4 (Gray)       => links      */
/* D4D4D4 (Light Gray) => font       */
/*                     => footer     */
/*                     => header     */
/*                     => hr         */
/* FFD700 (Gold)       => link hover */
/*************************************/
BODY.NATURE {
	background-color:#000000;
	color:#D4D4D4;
}
/* DIV Definition */
.NATURE_CONTENT, .NATURE_CONTENT_BODY, .NATURE_CONTENT_HEAD, .NATURE_CONTENT_HEAD H1 {
	/* set the image to use and establish the lower-right position */ 
	background: transparent url(../images/background.png) no-repeat bottom right;
}
.NATURE_CONTENT { 
	margin:0px auto; /* use to position the box */ 
	padding-right:15px; /* the gap on the right edge of the image (not content padding) */ 
	text-align:center;
	width:85%; 
}
.NATURE_CONTENT_BODY {
	/* set the lower-left corner image */
	background-position:bottom left; 
	margin-right:25px; /* interior-padding right */ 
	padding:15px 0 15px 40px;
	text-align:center;
} 
.NATURE_CONTENT_HEAD {
	/*set the top-right image */ 
	background-position:top right; 
	/* pull the right image over on top of border */ 
	margin-right:-15px; /* right-image-gap + right-inside padding */
	padding-right:40px;
} 
.NATURE_CONTENT_HEAD H1 { 
	/* set the top-left image */ 
	background-position:top left; 
	/* reset main site styles*/ 
	border:0;
	color:#D4D4D4;
	font-size:1.1em;
	font-weight:bold;
	height:auto !important;
	height:1%;
	margin:0; 
	padding:25px 0 0 40px; /* padding-left = image gap + interior padding ... no padding-right */  
	text-align:left;
}
DIV.NATURE_HEADER {
	margin-top:2%;
	text-align:center;
}
DIV.NATURE_FOOTER {
	border-color:#D4D4D4;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	color:#D4D4D4;
	font-size:0.75em;
	margin:0px auto;
	text-align:center;
	width:350px;
}
DIV.NATURE_TOPMENU {
	background: transparent url(../images/menu.png) no-repeat top right;
	margin:0px auto;
	padding-bottom:3px;
	padding-top:3px;
	text-align:center;
	width:800px;
}
A.NATURE {
	font-style:italic;
	color:#A4A4A4;
	text-decoration:none;
}
A.NATURE:hover {
	font-style:italic;
	color:#FFD700;
	text-decoration:underline;
}
A.NATURE_FOOTER {
	color:#D4D4D4;
	font-style:italic;
	text-decoration:none;
}
A.NATURE_FOOTER:hover {
	color:#FFD700;
	font-style:italic;
	text-decoration:underline;
}
A.NATURE_TOPMENU {
	color:#D4D4D4;
	font-family:'Comic Sans MS',Verdana,Arial,serif;
	font-size:12pt;
	font-style:italic;
	text-decoration:none;
}
A.NATURE_TOPMENU:hover {
	color:#FFD700;
	font-family:'Comic Sans MS',Verdana,Arial,serif;
	font-size:12pt;
	font-style:italic;
	text-decoration:none;
}
H1.NATURE {
	color: #D4D4D4;
	font-size:1em;
	font-weight:bold;
	text-align: left;
}
H2.NATURE {
	color: #D4D4D4;
	font-size:1em;
	font-weight:bold;
	text-align: left;
}
TABLE.NATURE_GB{
	border:none;
	width:100%
}
TD.NATURE_DARK {
	padding:4px 10px 4px 10px;
	background-color:#444444;
}
TD.NATURE_LIGHT {
	padding:4px 10px 4px 10px;
	background-color:#555555;
}
TD.NATURE_GALLERY {	
	border-color:#D4D4D4;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}
TD.NATURE_GB_DATE {
	font-style:italic;
	padding:4px 4px 4px 4px;
	text-align:right;
	width:50%;
}
TD.NATURE_GB_ENTRY {
	padding:4px 4px 8px 4px;
	text-align:left;
}
TD.NATURE_GB_HEAD {
	border-color:#D4D4D4;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	font-size:1em;
	font-weight:bold;
	padding:4px 4px 4px 4px;
	text-align:left;
	width:50%;	
}