html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
	font-family: tahoma;
	font-weight:normal;
	/*background: none no-repeat scroll center top rgb(99, 175, 1);*/
	background-color:#c1c1c1;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.wrapper{
	border:1px solid #d0d0d0;
	width: 800px;
	padding: 20px;
	margin: 0 auto;
	direction:ltr;
	color:#8f8f8f;
	background: none no-repeat scroll right top rgb(247, 247, 247);
	display: table;
	text-align: justify;
}
.wrapper h3 {
    padding: 5px;
}
.wrapper p{
    font-size: 13px;
    font-weight: normal;
    line-height: 25px;
	margin: 12px;	
}
.wrapper .box{
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 10px;
}
.wrapper .image{
	display: table;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
}
.wrapper img{
   border: 1px solid #DDDDDD;
    height: 201px;
    width: 177px;
}
.ttop{
width: 800px;
padding: 20px;
margin: 0 auto;
direction: ltr;
display: table;
text-align: justify;
}
.image a{
    float: right;
    margin: 10px;
}
.contact{
}
#right{
    border: 1px solid #DDDDDD;
    float: right;
    width: 467px;
	padding: 5px;
} 
#right a {
	color: #000000;
    text-decoration: none;
}
#left{
    border: 1px solid #DDDDDD;
    float: left;
    width: 300px;
	padding: 5px;
}
#left img{
	height: 245px;
	width: 300px;
	
}
#home{
    color: #8F8F8F;
    float: right;
    text-decoration: none;
}