img, div, a, span, strong, em, li { behavior: url(css/pngfix/iepngfix.htc); }

/* ==============================================================
		general styles
   ============================================================== */

* { margin: 0; padding: 0; }

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.8%;
	line-height: normal;
	color: #2d2d2d;
	text-align: left;
	background: #f7f6f1;
}

img 						{ border: 0px; display: block; }

.bold						{ font-weight: bold; }

a							{ text-decoration: none; color: #0b569c; }
a:hover						{ text-decoration: underline; color: #0b569c; cursor: pointer; }

h1, h2, h3, h4, h5, h6 		{ line-height: normal; font-size: 1em; font-weight: normal; }

form						{ padding: 0; margin: 0; }

fieldset 					{ border: 0; }

table, tr, td 				{ border-collapse: collapse; }

input, select, th, td 		{ font-size: 1em; padding: 0; margin: 0; }

abbr						{ border: 0; }

.clear 						{ clear: both; }
.clearLeft 					{ clear: left; }
.clearRight 				{ clear: right; }

.hide 						{ display: none; }

.show 						{ display: block; }

.tr							{ position: relative; overflow: hidden; display: block; white-space: nowrap; }

.tr a						{ overflow: hidden; }

.tr	span					{ position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; display: block; }

.caps						{ text-transform: uppercase; }

/* ===============================================================================================================================
		home
   =============================================================================================================================== */

/* ==============================================================
		canvas
   ============================================================== */

.home .canvas {
	width: 962px;
	margin: 0 auto;
	position: relative;
}

.home .canvas .facebook {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1000;
}

.home .canvas .facebook a {
	display: block;
	padding-left: 40px;
	background: url(/graphics/facebook.png) no-repeat top left;
	font-size: 14px;
	padding-top: 10px;
	height: 22px;
}

/* ==============================================================
		info
   ============================================================== */

.home .info {
	width: 730px;
	height: 188px;
	position: absolute;
	top: 690px;
	left: 220px;
	background: url(../graphics/home-info-frame.png) no-repeat;
}

.home .info h1 {
	width: 201px;
	height: 32px;
	padding: 20px 0 0 18px;
}

.home .info h1 span {
	background-image: url(../graphics/home-heading.png);
}

.home .info p {
	font-size: 1.3em;
	line-height: 1.4em;
	width: 335px;
	padding: 2px 10px 14px 11px;
	margin-left: 9px;
	background: url(../graphics/home-info-spill.gif) no-repeat 0px -42px;
/*	border-bottom: 1px solid #b6986e; */
}

.home .info p a.more {
	display: block;
}

.home .info .photo {
	position: absolute;
	top: 10px;
	right: 10px;
}

/* ==============================================================
		artists
   ============================================================== */

.home .artists {
	width: 732px;
	height: 384px;
	position: absolute;
	top: 242px;
	left: 220px;
}

.home .artists li {
	list-style: none;
	display: block;
	width: 242px;
	height: 186px;
	padding-right: 2px;
	float: left;
	padding-top: -30px;
	margin-top: 20px;
}

.home .artists li a {
	width: 242px;
	height: 186px;
	background: url(../graphics/spriteB.png) no-repeat -13px -597px;
	text-align: center;
	padding-top: 30px;
}

.home .artists li a:hover {
	background: url(../graphics/spriteB.png) no-repeat -277px -597px;
}

.home .artists li a span {
	position: absolute;
	top: 0px;
	left: 0px;
}

.home .artists li.daniel a span { background-image: url(../graphics/home-artist-daniel.png); }
.home .artists li.dwight a span { background-image: url(../graphics/home-artist-dwight.png); }
.home .artists li.thomas a span { background-image: url(../graphics/home-artist-thomas.png); }
.home .artists li.kay a span { background-image: url(../graphics/home-artist-kay.png); }
.home .artists li.anita a span { background-image: url(../graphics/home-artist-anita.png); }
.home .artists li.doughman a span { background-image: url(../graphics/home-artist-doughman.png); }

/* ==============================================================
		nav
   ============================================================== */

.home .nav {
	width: 49em;
	height: 380px;
	position: absolute;
	top: -148px;
	left: 468px;
}

.home .nav h2 {
	width: 494px;
	height: 240px;
}

.home .nav h2 span {
	background-image: url(../graphics/opening-heading.png);
	margin-top: 200px;
}

.home .nav ul {
	display: block;
	background: url(../graphics/home-nav-underline.png) no-repeat bottom left;
	width: 391px;
	height: 240px;
	padding-left: 100px;
}

.home .nav li {
	height: 225px;
	display: block;
	float: left;
	padding-left: 40px;
}

.home .nav li span {
	margin-top: 200px;
	background-image: url(../graphics/spriteC.png);
}

.home .nav li.about   { width: 65px; }
.home .nav li.events  { width: 67px; }
.home .nav li.press   { width: 56px; }
.home .nav li.contact { width: 84px; }

.home .nav li.about   a span { background-position: 0px 0px; }
.home .nav li.events  a span { background-position: 0px -70px; }
.home .nav li.press   a span { background-position: 0px -105px; }
.home .nav li.contact a span { background-position: 0px -35px; }

.home .nav li.about   a:hover span { background-position: -75px 0px; }
.home .nav li.events  a:hover span { background-position: -77px -70px; }
.home .nav li.press   a:hover span { background-position: -66px -105px; }
.home .nav li.contact a:hover span { background-position: -94px -35px; }


.home .nav p {
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 0 50px 10px 40px;
}

.home .nav p.contact {
	text-align: center;
}

/* ==============================================================
		flash
   ============================================================== */

.home .flashBox {
	margin: 10px 0 0 50px;
}

/* ==============================================================
		copyright
   ============================================================== */

.home .copyright {
	position: absolute;
	top: 900px;
	left: 235px;
	text-align: center;
	padding-bottom: 20px;
	color: #715c23;
	font-size: 1.2em;
	line-height: 1.4em;
}

.home .copyright a, .home .copyright a:hover {
	color: #715c23;
}

.home .copyright .fb, home .copyright .fb:hover {
	color: #933434;
}




/* ===============================================================================================================================
		inner
   =============================================================================================================================== */

/* ==============================================================
		canvas
   ============================================================== */

.inner .canvas {
	width: 962px;
	margin: 0 auto;
	position: relative;
}

/* ==============================================================
		sign
   ============================================================== */

.inner .sign {
	width: 397px;
	height: 710px;
	background: url(../graphics/sign.png);
	position: absolute;
	top: 50px;
	left: -50px;
}

/* ==============================================================
		nav
   ============================================================== */

.inner .nav {
	width: 962px;
	height: 46px;
	padding: 0 89px;
	position: relative;
	top: 0;
	left: -89px;
	background: url(../graphics/nav-background.png) no-repeat;
}

.inner .nav ul {
	position: relative;
	top: -42px;
}

.inner .nav li {
	float: left;
	list-style: none;
	position: relative;
}

.inner .nav li a {
	display: block;
	height: 75px;
}

.inner .nav li span {
	background-image: url(../graphics/spriteC.png);
	margin-top: 48px;
}

.inner .nav li.home    { width: 98px; }
.inner .nav li.about   { width: 93px; }
.inner .nav li.events  { width: 96px; }
.inner .nav li.press   { width: 83px; }
.inner .nav li.contact { width: 112px; }

.inner .nav li.home a span    { background-position: 0px -140px; }
.inner .nav li.about a span   { background-position: 0px -177px; }
.inner .nav li.events a span  { background-position: 0px -251px; }
.inner .nav li.press a span   { background-position: 0px -288px; }
.inner .nav li.contact a span { background-position: 0px -214px; }

.inner .nav li.home a:hover span    { background-position: -79px -140px; }
.inner .nav li.about a:hover span   { background-position: -79px -177px; }
.inner .nav li.events a:hover span  { background-position: -81px -251px; }
.inner .nav li.press a:hover span   { background-position: -69px -288px; }
.inner .nav li.contact a:hover span { background-position: -97px -214px; }

.inner .nav li.home a    { padding: 0 11px 0 18px; }
.inner .nav li.about a   { padding: 0 12px 0 12px; }
.inner .nav li.events a  { padding: 0 12px 0 13px; }
.inner .nav li.press a   { padding: 0 12px 0 12px; }
.inner .nav li.contact a { padding: 0 12px 0 13px; }

.inner .nav p.phone {
	float: right;
	width: 147px;
	margin-top: -42px;
	height: 82px;
}

.inner .nav p.phone span {
	background-image: url(../graphics/spriteC.png);
	background-position: 0px -407px;
	margin-top: 51px;
}

.inner .nav p.email {
	float: right;
	width: 263px;
	margin-top: -42px;
	margin-right: 15px;
}

.inner .nav p.email a {
	display: block;
	height: 82px;
}

.inner .nav p.email a span {
	background-image: url(../graphics/spriteC.png);
	background-position: 0px -366px;
	margin-top: 51px;
}

.inner .nav p.email a:hover span {
	background-image: url(../graphics/spriteC.png);
	background-position: 0px -325px;
	margin-top: 51px;
}

.inner .nav .facebookIcon {
	position: absolute;
	top: 3px;
	right: 530px;
}

.inner .nav .facebookIcon a {
	display: block;
	width: 32px;
	height: 32px;
	background: url(/graphics/facebook.png) no-repeat top left;
}

/* ==============================================================
		artist-select
   ============================================================== */

.inner .artist-select {
	width: 583px;
	height: 260px;
	clear: both;
	position: absolute;
	left: 350px;
	top: 51px;
	padding: 9px;
	background: url(../graphics/artist-select-background.png);
}

.inner .artist-select li {
	float: left;
	height: 132px;
	width: 195px;
}

.inner .artist-select .daniel { width: 194px; height: 131px; }
.inner .artist-select .kay    { width: 194px; height: 131px; }
.inner .artist-select .thomas { height: 131px; }
.inner .artist-select .dwight { width: 194px; }
.inner .artist-select .anita { width: 194px; }
.inner .artist-select .doughman {  }

.inner .artist-select a span { background-image: url(../graphics/spriteA.jpg); }

.inner .artist-select .daniel a span { background-position: -9px -9px; }
.inner .artist-select .kay    a span { background-position: -9px -149px; }
.inner .artist-select .thomas a span { background-position: -9px -289px; }
.inner .artist-select .dwight a span { background-position: -9px -429px; }
.inner .artist-select .anita a span { background-position: -9px -569px; }
.inner .artist-select .doughman a span { background-position: -9px -709px; }

.inner .artist-select .daniel a:hover span { background-position: -212px -9px; }
.inner .artist-select .kay    a:hover span { background-position: -212px -149px; }
.inner .artist-select .thomas a:hover span { background-position: -212px -289px; }
.inner .artist-select .dwight a:hover span { background-position: -212px -429px; }
.inner .artist-select .anita a:hover span { background-position: -212px -569px; }
.inner .artist-select .doughman a:hover span { background-position: -212px -709px; }


/* ==============================================================
		artist profile
   ============================================================== */

/* ================================
		global
   ================================ */

.artist-profile {
	width: 854px;
	position: absolute;
	top: 334px;
	left: 97px;
}

.artist-profile .content h1 {
	height: 48px;
	width: 600px;
	padding: 0 30px;
}

.artist-profile .trim-top {
	height: 20px;
}

.artist-profile .trim-bot {
	height: 20px;
}

.artist-profile .content {
	padding: 10px 0px;
}

/* ================================
		paper
   ================================ */

.artist-profile .paper {
	width: 792px;
	margin: 0 30px;
	border: 1px solid #493000;
	background: url(../graphics/paper-background.jpg);
}

.artist-profile .paper-long {
	background: url(../graphics/paper-background-long.jpg);
}

.artist-profile .paper .paper-trim-top {
	width: 792px;
	height: 5px;
	background: url(../graphics/paper-trim-top.png);
}

.artist-profile .paper .paper-trim-bot {
	width: 792px;
	height: 5px;
	background: url(../graphics/paper-trim-bot.png);
}

.artist-profile .paper .copy {
	width: 772px;
	background: url(../graphics/paper-trim-sides.png) repeat-y;
	padding: 0 10px;
	font-size: 1.4em;
	line-height: 1.4em;
}

.artist-profile .paper .copy p {
	padding: 5px 0;
}

.artist-profile .paper .contact-info {
	text-align: center;
	padding-left: 45px;
	padding-top: 20px;
}

.artist-profile .paper .contact-info p {
	display: block;
	float: left;
	padding: 0 15px;
}

.artist-profile .paper .copy p.map {
	text-align: center;
	padding: 20px 0;
}

.artist-profile .paper .copy p.map img {
	border: 1px solid #493000;
	margin: 0 auto;
}

/* ================================
		pages
   ================================ */

.pages {
	margin-top: 10px;
	color: #928264;
	font-size: 1.2em;
	text-align: center;
}

.pages a {
	color: #2d2d2d;
	padding: 0 4px;
}

.pages a.active {
	color: #933434;
}

/* ==============================================================
		artwork
   ============================================================== */

.artwork {
	padding: 0 22px;
}

/* ================================
		glow
   ================================ */

.artwork .piece {
	margin: 0 auto;
	clear: both;
}

.artwork .piece .t {
	height: 12px;
}

.artwork .glow-off .t { background: url(../graphics/artwork-glow-top.png); }
.artwork .glow-on .t { background: url(../graphics/artwork-glow-top-on.png); }

.artwork .piece .t .tl {
	float: left;
	height: 12px;
	width: 12px;
	position: relative;
	left: -12px;
}

.artwork .glow-off .t .tl { background: url(../graphics/artwork-glow-top-left.png); }
.artwork .glow-on .t .tl { background: url(../graphics/artwork-glow-top-left-on.png); }

.artwork .piece .t .tr {
	float: right;
	height: 12px;
	width: 12px;
	position: relative;
	right: -12px;
}

.artwork .glow-off .t .tr { background: url(../graphics/artwork-glow-top-right.png); }
.artwork .glow-on .t .tr { background: url(../graphics/artwork-glow-top-right-on.png); }

.artwork .piece .b {
	clear: both;
	height: 12px;
	position: relative;
}

.artwork .glow-off .b { background: url(../graphics/artwork-glow-bot.png); }
.artwork .glow-on .b { background: url(../graphics/artwork-glow-bot-on.png); }

.artwork .piece .b .bl {
	float: left;
	height: 12px;
	width: 12px;
	position: relative;
	left: -12px;
}

.artwork .glow-off .b .bl { background: url(../graphics/artwork-glow-bot-left.png); }
.artwork .glow-on .b .bl { background: url(../graphics/artwork-glow-bot-left-on.png); }

.artwork .piece .b .br {
	float: right;
	height: 12px;
	width: 12px;
	position: relative;
	right: -12px;
}

.artwork .glow-off .b .br { background: url(../graphics/artwork-glow-bot-right.png); }
.artwork .glow-on .b .br { background: url(../graphics/artwork-glow-bot-right-on.png); }

.artwork .piece .m {
	clear: both;
}

.artwork .piece .m .l {
	float: left;
	height: 20px;
	width: 12px;
	background: repeat-y;
}

.artwork .glow-off .m .l { background-image: url(../graphics/artwork-glow-left.png); }
.artwork .glow-on .m .l { background-image: url(../graphics/artwork-glow-left-on.png); }

.artwork .piece .m .r {
	float: left;
	width: 12px;
	height: 20px;
	background: repeat-y;
}

.artwork .glow-off .m .r { background-image: url(../graphics/artwork-glow-right.png); }
.artwork .glow-on .m .r { background-image: url(../graphics/artwork-glow-right-on.png); }

.artwork .piece .graphic-box {
	padding-right: 6px;
	background: repeat-y right top;
	position: relative;
	left: -12px;
}

.artwork .glow-off .graphic-box { background-image: url(../graphics/artwork-glow-sides.png); }
.artwork .glow-on .graphic-box { background-image: url(../graphics/artwork-glow-sides-on.png); }

.artwork .piece .graphic {
	padding-left: 6px;
	background: repeat-y left top;
}

.artwork .glow-off .graphic { background-image: url(../graphics/artwork-glow-sides.png); }
.artwork .glow-on .graphic { background-image: url(../graphics/artwork-glow-sides-on.png); }

.artwork .piece .graphic img {
	display: block;
	position: relative;
	top: -6px;
	border: 1px solid #4a4a4a;
}

/* ================================
		item
   ================================ */

.artwork .item {
	position: relative;
	top: -20px;
	margin-bottom: -10px;
	width: 254px;
	padding: 0 8px;
	float: left;
	text-align: center;
	height: 370px;
}

.artwork .item p {
	color: #ffffff;
	font-size: 1.3em;
	line-height: 1.4em;
}



/* ================================
		item-large
   ================================ */

.artwork .item-large {
	text-align: center;
	padding: 20px 0 20px 0;
}

.artwork .item-large .info {
	padding-bottom: 4px;
}

.artwork .item-large p {
	color: #ffffff;
	font-size: 1.3em;
	line-height: 1.4em;
}

/* ================================
		buttons
   ================================ */

.artwork .buttons {
	position: relative;
	top: 30px;
	z-index: 10;
	width: 254px;
	height: 60px;
}

.artwork .item .buy {
	float: left;
	height: 56px;
	width: 118px;
	margin-left: 9px;
	text-align: left;
}

.artwork .item .buy a span {
	background-image: url(../graphics/spriteB.png);
	background-position: right -472px;
	margin-top: 20px;
}

.artwork .item .buy a:hover span {
	background-image: url(../graphics/spriteB.png);
	background-position: -608px -472px;
}

.artwork .item .big {
	height: 56px;
	width: 118px;
	float: left;
	text-align: left;
}

.artwork .item .big a span {
	background-image: url(../graphics/spriteB.png);
	background-position: 0px -472px;
	margin-top: 20px;
}

.artwork .item .big a:hover span {
	background-image: url(../graphics/spriteB.png);
	background-position: -127px -472px;
}

/* ================================
		daniel
   ================================ */

.profile-daniel .trim-top {
	background-image: url(../graphics/spriteB.png);
	background-position: 0px -412px;
}

.profile-daniel .trim-bot {
	background-image: url(../graphics/spriteB.png);
	background-position: 0px -262px;
}

.profile-daniel .content {
	background: url(../graphics/artist-trim-plum-sides.png) repeat-y;
}

.profile-daniel .content h1 span {
	background-image: url(../graphics/spriteB.png);
	background-position: 0px 0px;
}

.profile-daniel .artwork .item .buy a, .profile-daniel .artwork .item .big a, .profile-daniel .artwork .item .buy a:hover, .profile-daniel .artwork .item .big a:hover {
	color: #5e3a4d;
}

/* ================================
		kay
   ================================ */

.profile-kay .trim-top {
	background-image: url(../graphics/spriteB.png);
	background-position: 0px -382px;
}

.profile-kay .trim-bot {
	background-image: url(../graphics/spriteB.png);
	background-position: 0px -292px;
}

.profile-kay .content {
	background: url(../graphics/artist-trim-green-sides.png) repeat-y;
}

.profile-kay .content h1 span {
	background-image: url(../graphics/spriteB.png);
	background-position: 0px -58px;
}

.profile-kay .artwork .item .buy a, .profile-kay .artwork .item .big a, .profile-kay .artwork .item .buy a:hover, .profile-kay .artwork .item .big a:hover {
	color: #3b5133;
}

/* ================================
		thomas
   ================================ */

.profile-thomas .trim-top {
	background-image: url(../graphics/spriteB.png);
	background-position: 0px -352px;
}

.profile-thomas .trim-bot {
	background-image: url(../graphics/spriteB.png);
	background-position: 0px -232px;
}

.profile-thomas .content {
	background: url(../graphics/artist-trim-blue-sides.png) repeat-y;
}

.profile-thomas .content h1 span {
	background-image: url(../graphics/spriteB.png);
	background-position: 0px -116px;
}

.profile-thomas .artwork .item .buy a, .profile-thomas .artwork .item .big a, .profile-thomas .artwork .item .buy a:hover, .profile-thomas .artwork .item .big a:hover {
	color: #343e54;
}

/* ================================
		dwight
   ================================ */

.profile-dwight .trim-top {
	background-image: url(../graphics/spriteB.png);
	background-position: 0px -442px;
}

.profile-dwight .trim-bot {
	background-image: url(../graphics/spriteB.png);
	background-position: 0px -322px;
}

.profile-dwight .content {
	background: url(../graphics/artist-trim-red-sides.png) repeat-y;
}

.profile-dwight .content h1 span {
	background-image: url(../graphics/spriteB.png);
	background-position: 0px -174px;
}

.profile-dwight .artwork .item .buy a, .profile-dwight .artwork .item .big a, .profile-dwight .artwork .item .buy a:hover, .profile-dwight .artwork .item .big a:hover {
	color: #6a3535;
}

/* ================================
		anita
   ================================ */

.profile-anita .trim-top {
	background-image: url(../graphics/spriteB.png);
	background-position: 0px -813px;
}

.profile-anita .trim-bot {
	background-image: url(../graphics/spriteB.png);
	background-position: 0px -843px;
}

.profile-anita .content {
	background: url(../graphics/artist-trim-turq-sides.png) repeat-y;
}

.profile-anita .content h1 span {
	background-image: url(../graphics/spriteB.png);
	background-position: 0px -999px;
}

.profile-anita .artwork .item .buy a, .profile-anita .artwork .item .big a, .profile-anita .artwork .item .buy a:hover, .profile-anita .artwork .item .big a:hover {
	color: #3a565e;
}

/* ================================
		doughman
   ================================ */

.profile-doughman .trim-top {
	background-image: url(../graphics/spriteB.png);
	background-position: 0px -871px;
}

.profile-doughman .trim-bot {
	background-image: url(../graphics/spriteB.png);
	background-position: 0px -901px;
}

.profile-doughman .content {
	background: url(../graphics/artist-trim-must-sides.png) repeat-y;
}

.profile-doughman .content h1 {
	height: 49px;
}

.profile-doughman .content h1 span {
	background-image: url(../graphics/spriteB.png);
	background-position: 0px -941px;
}

.profile-doughman .artwork .item .buy a, .profile-doughman .artwork .item .big a, .profile-doughman .artwork .item .buy a:hover, .profile-doughman .artwork .item .big a:hover {
	color: #7c7442;
}

/* ================================
		utility
   ================================ */

.profile-utility .trim-top {
	background-image: url(../graphics/spriteB.png);
	background-position: 0px -518px;
}

.profile-utility .trim-bot {
	background-image: url(../graphics/spriteB.png);
	background-position: 0px -548px;
}

.profile-utility .content {
	background: url(../graphics/utility-trim-sides.png) repeat-y;
}

.profile-utility .content h1.about   span { background-image: url(../graphics/utility-title-about.png); }
.profile-utility .content h1.events  span { background-image: url(../graphics/utility-title-events.png); }
.profile-utility .content h1.press   span { background-image: url(../graphics/utility-title-press.png); }
.profile-utility .content h1.contact span { background-image: url(../graphics/utility-title-contact.png); }
.profile-utility .content h1.west   span { background-image: url(../graphics/west-title.png); }

.profile-utility .artwork .item .buy a, .profile-utility .artwork .item .big a, .profile-utility .artwork .item .buy a:hover, .profile-utility .artwork .item .big a:hover {
	color: #787878;
}

/* ==============================================================
		copyright
   ============================================================== */

.inner .copyright {
	text-align: center;
	padding: 10px 0 20px 0;
	color: #715c23;
	font-size: 1.2em;
	line-height: 1.4em;
}

.inner .copyright a, inner .copyright a:hover {
	color: #715c23;
}

.inner .copyright .fb, inner .copyright .fb:hover {
	color: #933434;
}

/* ==============================================================
		about
   ============================================================== */

.profile-utility .paper .copy .float-right {
	float: right;
	padding: 8px 3px 10px 10px;
}

.profile-utility .paper .copy .float-left {
	float: left;
	padding: 8px 10px 10px 3px;
}

.profile-utility .paper .copy .photos img {
	border: 1px solid #493000;
}

/* ==============================================================
		west
   ============================================================== */

.profile-utility .west .copy .strong {
	padding: 10px 50px;
	text-align: center;
	font-size: 1.1em;
}

.profile-utility .west .copy .strong p {
	padding: 0;
}

.profile-utility .west .copy .lead {
	text-align: center;
	font-size: 1.2em;
}

.profile-utility .west .copy h2 {
	color: #494949;
	font-size: 1.6em;
	padding-top: 15px;
}

.profile-utility .west .copy .photos p {
	text-align: center;
	font-size: .9em;
}

/* ==============================================================
		find us
   ============================================================== */

.find-us {
	padding: 15px 0 0 100px;
}

.find-us li {
	list-style: circle;
	float: left;
	width: 330px;
}








