/* -- css for 1 page website curves -- */

body	{		
font-family			:	arial;
margin				:	10px 0px 0px 0px;
padding-left		:	50%;

background-image	:	url(../images/background/cream-honeycomb.gif);
}

#frame	{

border-width		:	2px;
border-color		:	#cccccc;
border-style		:	solid;

margin-left			:	-300px;

width				:	600px;
height				:	;

background-color	:	white;
}

#title	{

border-bottom		:	2px #cccccc solid;

width				:	600px;
height				:	125px;
}

#content	{

background-color	:	white;

width				:	600px;
height				:	;
}

/* -- div for text START -- */

#content h1	{

padding				:	0px;
margin				:	0px;

font-family			:	arial;
font-size			:	18px;
color				:	#9933cc;
}

#content p	{

padding				:	0px;
margin-top			:	10px;
margin-right		:	10px;

font-family			:	arial;
font-size			:	11px;
color				:	#333333;

line-height			:	18px;
}

/* -- div for text END -- */

#montage	{
margin: 0;
padding: 0;
width				:	600px;
height				:	200px;
}

	#montage img {
	float: left;
	margin: 0;
	padding: 0;
	}

#bar	{

background-color	:	#ff9900;

text-align			:	center;
line-height			:	20px;

font-family			:	arial;
font-size			:	11px;
color				:	#ffffcc;
padding-top: 3px;

width				:	600px;
height				:	20px;
}

#logo	{

margin-left			:	-300px;

text-align			:	center;

width				:	600px;
height				:	;
}

/* -- classes -- */

.topleft	{

text-align			:	left;
vertical-align		:	top;
}

/* -- tags -- */

img	{

border				:	0px solid;
}

.offer {
	background-color:#000;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	height:30px;
	margin:0 0 0px 10px;
	padding:5px;
	text-align:center;
	width:150px;
	}
.offer span {
	font-size:40px;
	}