
* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url(images/background.jpg) no-repeat fixed;
	background-color: #000;
    color: #fff;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

a:link {color: #fffff; text-decoration: none; }
a:active {color: #ffffff; text-decoration: none; }
a:visited {color: #A09FDD; text-decoration: underline; }
a:hover {color: #A2DD9F; text-decoration: none; }

h1 {
    color: #d1d1d1;
}

h1, h2, h3 {
    padding-left: 30px;
}

img {
    border: none;
}
/** Wrapper **/
#wrapper {
    width: 90%;
    margin: 10px auto;
    border: 1px solid #7b7b7b;
}

#top h1 {
    font-family: arial, verdana;
    font-weight: 500;
    font-size: 270%;
    line-height: 110%;
}

#top h2 {
    font-style: italic;
    padding: 0 0 0 200px;
    font-size: 1.0em;
    font-weight: normal;
}
/**Top Menu ***/
#header ul {
    list-style: none;
    margin-top: 10px;
    float: right;
    margin-right: 5%;
}

#header ul li {
    float: left;
    display: block;
    height: 40px;
    margin-left: 10px;
}

li#home, li#paintings, li#glassart, li#photography, li#poetry, li#cv, li#email {
    padding: 5px 2px 0 40px;
}

li#home {
    background: transparent url(images/wb.jpg) no-repeat scroll;
}

li#paintings {
    background: transparent url(images/yb.jpg) no-repeat scroll;
}

li#glassart {
    background: transparent url(images/ob.jpg) no-repeat scroll;
}

li#photography {
    background: transparent url(images/rb.jpg) no-repeat scroll;
}

li#poetry {
    background: transparent url(images/bb.jpg) no-repeat scroll;
}

li#cv {
    background: transparent url(images/gb.jpg) no-repeat scroll;
}

li#email {
    background: transparent url(images/pb.jpg) no-repeat scroll;
}

#header li a {
    text-decoration: none;
    color: #d7d7d7;
    font-size: 0.7em;
}

#header li a:hover {
    color: ##767676;
}
/**Content**/
.line {
    clear: both;
    background:  url(images/line.gif) repeat-x;
    margin: 0 5% 0 5%;
    padding: 0;
}

#content {
    margin: 0px 10px 0 10px;
}

#content h1 {
    font-size: 1.5em;
}
/**Left Part***/
#left {
    margin: 0px 310px 0px 0px;
}

#left p {
    margin: 0 0 0 270px;
}

#left img {
    margin: 0 0 0 30px;
}

.left {
    float: left;
}

#part1 ul {
    margin: 10px 0 0 270px;
    list-style-position: inside;
    list-style-image: none;
    list-style-type: none;
}

#part1 li a, #part2 li a {
    color: #d1d1d1;
    font-size: 0.8em;
    text-decoration: none;
}

#part1 li a:hover, #part2 li a:hover {
    color: #d1d1d1;
	font-size: 0.8em;
    text-decoration: none;
}

#part1 li {
    background: transparent url(images/wbsm.jpg) no-repeat scroll left 4px;
    padding: 2px 4px 0px 28px;
}

#part2 {
    margin: 60px 0px 0px 0px;
}

#nav1 {
    margin: 0 50px 0 30px;
}

#part2 ul {
    list-style-position: inside;
    list-style-image: none;
    list-style-type: none;
}

#part2 li {
    background: transparent url(images/wbsm.jpg) no-repeat scroll left 4px;
    padding: 2px 4px 0px 28px;
}
/**Right Part***/
#right {
    width: 300px;
    float: right;
    margin: 0px;
}

#right p {
    margin: 0 0 0 30px;
}

#right h2 {
    font: 0.8em arial, sans-serif;
}

#right h3 {
    font: 8px arial, sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}

.ace {
    margin-top: 20px;
}
/**Tags **/
.code {
    background:  url(images/line.gif) repeat-x;
    margin-left: 30px;
}

.cleaner {
    clear: both;
}
/**Footer**/
#footer {
    text-align: center;
}

#footer a {
    text-decoration: none;
    color: #fff;
}
/**************************/
/**Common**/
#footer p, #right p, #left p, #part2 p {
    color: #767676;
    font-size: 0.8em;
}

