/* @override http://localhost:8888/Magellan_dev/css/chantier.css */

/*body {
	background: #fff url(../lay/bg.png) repeat scroll 0 0;
}*/

/*
	target ÷ context
*/

/* Context -> font 16px */
body {
	font: normal 100% "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	background: #fff url(../lay/bg3.png) repeat scroll center 0;
	color: #000;
}

/* font-size	14px */
#wrapper {
	font-size: 0.875em;
}

#wrapper {
	background-color: rgb(142,144,95);
}

html>body #wrapper {
	background-color: rgba(142,144,95,0.55);
}

/*#wrapper {
	background: #fff url(../lay/16_col.gif) repeat-y scroll center 0;
}*/


#header {
	margin-left: 0;
	margin-right: 0;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	background: transparent url(../lay/caution.png) repeat-x scroll left -25px;
	text-align: center;
}

#header a {
	font-weight: normal;
	color: #000;
}

#header a:hover {
	color: #3a3a26;
}

#content {
}

#content p {
}

#sidebar {
}

/*div[class^=grid] {
	outline: 1px solid rgba(0, 0, 0, .25);
}*/

h1, h2, h3 {
	font-family: Georgia, serif;
	font-weight: normal;
	clear: both;
}


/*
	font-size		35px (new context)
	line-height		44px
	margin-bottom	22px
*/
h1 {
	font-size: 2.5em;
	margin-bottom: 0.629em;
	line-height: 1.257;
}

/*
	font-size		30px (new context)
	line-height		44px
	margin-bottom	22px
*/
h2 {
	font-size: 2.143em;
	margin-bottom: 0.733em;
	line-height: 1.467;
}

/*
	font-size		22px (new context)
	line-height		44px
	margin-bottom	0px
*/
h3 {
	font-size: 1.571em;
	margin-bottom: 0;
	line-height: 2em;
}

/*
	line-height		22px
	margin-bottom	22px
*/
p {
	line-height: 1.571em;
	margin-bottom: 1.571em;
}

/*
	margin-bottom	22px
*/
ul, ol {
	margin-bottom: 1.571em;
}

/*
	margin-left		28px
	line-height		22px
*/
li {
	margin-left: 2em;
	line-height: 1.571em;
}

ul>li {
	list-style: square;
}

ol>li {
	list-style: decimal;
}

code {
	font: 1.1em Monaco, "Courier New", Courier, monospace;
	color: #333;
}

hr {
	display: none;
}

sup, sub {
	font-size: .8em;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

a {
	text-decoration: none;
	border-bottom: 1px solid #3a3a26;
	color: #3a3a26;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	border-bottom-style: dotted;
}

/* @group Forms */

form {
	margin-bottom: 1.571em;
}

fieldset {
	margin-bottom: 1.571em;
	border: 1px solid #505235;
	padding: 0 1em;
}

legend {
	padding: 0 .5em;
	color: #505235;
}

fieldset p {
	margin: .5em 0;
}

fieldset .tip {
	color: #505235;
}

fieldset p.submit {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 1em;
	border-top: 1px solid #505235;
}

label {
	cursor: pointer;
}

input, select {
	font: normal 100% "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	color: #000;
}



/* @end */

/* @group classes */

a.browser {
	font-weight: bold;
}

.firefox {
	color: #88430e;
	border-color: #88430e;
}

.safari {
	color: #3c587f;
	border-color: #3c587f;
}

.opera {
	color: #b60000;
	border-color: #b60000;
}

.center {
	text-align: center;
}

/*
	margin		22px
*/
img.framed {
	display: block;
	margin: 1.571em auto;
	padding: 1px;
	border: 8px solid #6e7049;
	background-color: #fff;
}

img.framed.mini {
	border-width: 5px;
}



/* @end */