@import url("reset.css");

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#333
}

p {
    padding: 10px;
}

#wrapper {
    margin: 0 auto;
    width: 1000px;
}

#content {
    float: left;
    background:transparent;
    width: 1000;
}

#col1 {
	width:350px;
	float:left;
}

#youtube {
	width:640px;
	float:right;
}
