@font-face{
	font-family: "CalligraphyWeb";
	src: url(fonts/LCALLIG.TTF) format('truetype');
	}

@font-face{
	font-family: "TechnicalWeb";
	src: url(fonts/technical.ttf) format('truetype');
	}

@font-face{
	font-family: "Calligraphy";
	src: url(fonts/LCALLIG.EOT);
	}

@font-face{
	font-family: "Technical";
	src: url(fonts/technical.eot);
	}
	
body{
	background:#242424 url(images/bg2.png) repeat-x;
    color:#eee;
    font:bold 12pt/18pt "TechnicalWeb", "Technical", sans-serif;
	margin:0;
    text-align:center;
	}
	
#wrapper{
    background:transparent;
    margin:25px auto 50px auto;
    width:960px;
    }
	
#body{
    background:transparent;
    /*border-bottom:2px solid tan;*/
    padding:25px 0;
    width:960px;
    }
	
h1{
	color:#fff;
    margin:20px 0 5px 25px;
    font:bold 14pt "CalligraphyWeb", "Calligraphy", georgia, times, serif;
    text-align:justify;
	text-shadow:2px 2px 4px #999;
    }
h2{
	color:#fff;
    margin:20px 0 5px 25px;
    font:bold 12pt "CalligraphyWeb", "Calligraphy", georgia, times, serif;
    text-align:justify;
	text-shadow:2px 2px 4px #999;
    }
h3{
	color:#fff;
    margin:10px 0 5px 25px;
    font:bold 10pt "CalligraphyWeb", "Calligraphy", georgia, times, serif;
    text-align:justify;
	text-shadow:2px 2px 4px #999;
    }

img{
	border:2px solid #000;
	box-shadow:1px 1px 5px #000;
	}
	img.icon{
		border:0; 
		margin:0 2px -2px 0;
		}
		
p{
    margin:20px 25px;
    text-align:justify;
    text-indent:50px;
	text-shadow:1px 1px 1px #000;
    }


blockquote{
    background:#111 /*url(images/bg.png) bottom repeat-x*/;
	border:2px solid #000;
    color:#eee;
    font:normal 10pt "CalligraphyWeb", "Calligraphy", georgia, times, serif;
    margin:25px auto;
    padding:15px;
    width:512px;
	-moz-box-shadow: 1px 1px 5px 2px #000;
	-webkit-box-shadow: 1px 1px 5px 2px #000;
	box-shadow: 1px 1px 5px 2px #000;
    }

ul{
	margin:0 0 0 50px;
	list-style:circle;
	}

ul li{
	font-weight:bold;
	list-style-image:url(images/icon.png);
	list-style-position:outside;
    margin:5px 0 5px 25px;
	padding:0 0 0 10px;
	text-align:justify;
    }

.left{
	clear:left;
    float:left;
    margin:0 25px 25px 25px;
    }
.right{
	clear:right;
    float:right;
    margin:0 25px 25px 25px;
    }
.center{
    text-align:center;
    margin:0 auto;
    }
	
.highlight{
	background:#fe0;
	font-weight:bold;
	padding:2px 5px;
	}

.note{
	font-size:8pt;
	float:right;
	}