* {
	margin: 0;
	padding: 0;
}

* img {
	border: 0px;
}

* ul {
	list-style: none;
}

body {
	text-align: center;
}

#layout {
	background: #FFFFFF;
	font-family: Georgia,Arial,Helvetica,sans-serif;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	width: 955px;
	margin: 0px auto;
	/* margin: 0px 2%; */
	text-align: left;
}

.clear {
	clear: both;
	font-size: 1px;
	font-weight: normal;
	height: 1px;
	line-height: 1px;
}

#left, #right {
	margin-top: 10px;
	margin-bottom: 10px;
}

#right-big #left {
	width: 30%;
	float: left;
}

#right-big #right {
	float: right;
	width: 69.99%;
}

#left-big #left {
	float: left;
	width: 69.99%;
}

#left-big #right {
	width: 30%;
	float: right;
}
