/*/////////////////////////////////////////////*/
/*// Fixes ////////////////////////////////////*/
/*/////////////////////////////////////////////*/

*		{ margin:0; padding:0; border:0; }
img		{ border:0; vertical-align:middle; }
table	{ border:0; }

/*/////////////////////////////////////////////*/

body{
	font-family:Verdana, Arial;
	font-size:100%; color:#333;
	background-color:#eeeeee;
}

/*/////////////////////////////////////////////*/

#containerGlobal{
	position:relative;
	width:650px;
	left:50%;
	margin-left:-325px;
	background-repeat:repeat-x;
}

.header{
	position:relative;
	width:630px; height:auto;
	padding:10px; margin:10px 0 0 0;
	background-color:#FFFFFF;
}

.content{}
.content .left{
	position:relative; float:left;
	width:320px; height:auto;
	margin:10px 0 0 0;
}
.content .right{
	position:relative; float:right;
	width:320px; height:auto;
	margin:10px 0 0 0;
}
.box{
	position:relative;
	width:300px; height:auto;
	padding:10px; margin:0 0 10px 0;
	background-color:#FFFFFF;
}

p{ font-size:11px; }
h1{ font-size: 11px; font-weight:bold; color:#982634; width:90%; padding:3px 5% 3px 5%; background-color:#EEEEEE; margin:0 0 5px 0; }
